Skip to content

endreymarcell/git-sane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

a sane list of git aliases

After 7 years of using git, I realized I was never going to remember its commands. Instead, I came up with a set that I find much more suited for humans.
Read also my related blog post: namingthings.tech/git-sane

Usage

Clone this repository to wherever you like:

cd ~
git clone https://github.com/endreymarcell/git-sane

Then include it in your git config:

$ git config --global include.path ~/git-sane/alias.gitconfig

Enjoy!