diff options
Diffstat (limited to 'git/config')
-rw-r--r-- | git/config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ br = branch ci = commit --signoff co = checkout + fe = fetch --all --prune empty = !git init && git commit --allow-empty -m \"Initial commit\" follow = log --oneline --follow --stat --summary -- last = log -1 HEAD |