Visit my blog or connect with me on Twitter
git init
or
Visit my blog or connect with me on Twitter
git init
or
| [color] | |
| ui = true | |
| [alias] | |
| br = branch | |
| co = checkout | |
| cp = cherry-pick | |
| plog = log --graph --all --decorate | |
| slog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative | |
| st = status | |
| tracking = for-each-ref --format='%(refname:short) <- %(upstream:short)' refs/heads |