Using Git Delta with Magit
Git Delta is a command line utility that beautifies git diffs in the terminal. But did you know that it can do the same in Magit too?
Git Delta is a command line utility that beautifies git diffs in the terminal. But did you know that it can do the same in Magit too?
How to view GitHub Pull Request branches locally in the cloned repo, and more importantly, how to do that automatically from within Emacs.
Quick tip on how to create git patch files in Emacs using Magit.
Make the git diff
output be more useful when diffing minified .js
and .css files.
The Org and Worg git repos can be committed to only via ssh protocol (and not https), and for technical reasons, I cannot commit to those repos via ssh from my primary development machine. So I ended up with a flow that involves pushing commits to those repos using my Nexus 6p phone.
Magit is how I git, and I love to primarily work from the
∗magit-log∗ buffer (M-x magit-status
, l b). But the default
column widths were not optimal on a Nexus 6p 5.7" screen. And that’s
what inspired this tweak, which looks great on a regular desktop
monitor too.