Add git aliases
This commit is contained in:
parent
a3065e05a4
commit
4af8673564
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
||||||
[alias]
|
[alias]
|
||||||
lg = log --oneline --graph --decorate
|
lg = log --oneline --graph --decorate
|
||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
|
sb = show-branch
|
||||||
|
ap = add -p
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache
|
helper = cache
|
||||||
[commit]
|
[commit]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue