Refinements from magit
Posted on Sun 31 December 2023 in blog • Tagged with emacs, computing, blog
Unlike most emacs users, I haven’t wholeheartedly adopted magit as my sole interface for git. I mostly stick to the command line, in the coziness of my aliases -
alias bra='git branch'
alias cha='git checkout'
alias rai='git fetch; git rebase --interactive origin/develop'
alias rab='git rebase …
Continue reading