More git aliases
This commit is contained in:
parent
4af8673564
commit
40750abe85
1 changed files with 2 additions and 1 deletions
|
|
@ -8,8 +8,9 @@
|
||||||
[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
|
ap = add -p
|
||||||
|
co = checkout
|
||||||
|
sb = show-branch
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache
|
helper = cache
|
||||||
[commit]
|
[commit]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue