arthuralvim / dotfiles

My dotfiles.
3 stars 0 forks source link

Add git commands aliases #7

Closed arthuralvim closed 9 years ago

arthuralvim commented 9 years ago

Add some custom git aliases commands to work with git log, git diff, git cherry-pick.

arthuralvim commented 9 years ago

Some examples.

git config alias.pushall "push --recurse-submodules=on-demand" git config alias.s "status -s" git config alias.lg "log --oneline --decorate --all --graph"