git aliases
This commit is contained in:
parent
40750abe85
commit
0febd5ce84
1 changed files with 7 additions and 2 deletions
|
|
@ -6,10 +6,15 @@
|
|||
[push]
|
||||
default = simple
|
||||
[alias]
|
||||
ap = add -p
|
||||
c = commit
|
||||
co = checkout
|
||||
cp = cherry-pick
|
||||
d = diff
|
||||
dc = diff --cached
|
||||
lg = log --oneline --graph --decorate
|
||||
root = rev-parse --show-toplevel
|
||||
ap = add -p
|
||||
co = checkout
|
||||
s = status
|
||||
sb = show-branch
|
||||
[credential]
|
||||
helper = cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue