1
0
Fork 0

git aliases

This commit is contained in:
Jeremy Kaplan 2017-11-18 16:08:18 -08:00
commit 0febd5ce84

View file

@ -6,10 +6,15 @@
[push] [push]
default = simple default = simple
[alias] [alias]
ap = add -p
c = commit
co = checkout
cp = cherry-pick
d = diff
dc = diff --cached
lg = log --oneline --graph --decorate lg = log --oneline --graph --decorate
root = rev-parse --show-toplevel root = rev-parse --show-toplevel
ap = add -p s = status
co = checkout
sb = show-branch sb = show-branch
[credential] [credential]
helper = cache helper = cache