Most used commands
When I’m working on a project at M6Web, my workflow is almost always like this:
Since I run these commands very often, I’ve abbreviated them to 1 or 2 letters:
Other aliases
I can’t read git log
output without --graph --decorate
options so I added git l
for that.
I also have git r
for git pull --rebase
and git d
for git diff
.
All these aliases are in my git-utils repository.