people have been asking for this one a lot so: what are your favourite git aliases to set?

I don't really use git aliases, so I’m curious -- if you use aliases heavily, why do you use them? is it

1. to help remember very long / complicated commands, like `git log` with a million options
2. to save typing for very frequently used commands, like `gca = git commit --amend?
3. to give yourself kind of a "dictionary" of all the common git commands you use, so that you can remember what your workflow is by looking at all your aliases
4. something else?

Suivre

@b0rk 1. I have a complicated alias of git log (git lg) and git branch (git br) with a lot of options
2. Shortcut for long commands, git ci for commit, git co for checkout (and because I used to use them on svn)
3. Commands I use daily: git fe (git fetch --all --prune), git pf (git push --force-with-lease), git pupush (git push && git push --tags)
😁

Inscrivez-vous pour prendre part à la conversation
techlover

Technology lovers, here we are — (development, digital artwork, science…)