more aliases
This commit is contained in:
parent
ddc13e5bee
commit
e549e1ec69
1 changed files with 2 additions and 0 deletions
2
config
2
config
|
@ -31,12 +31,14 @@
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
co = checkout
|
co = checkout
|
||||||
|
b = checkout -b
|
||||||
comit = commit
|
comit = commit
|
||||||
ocmiit = commit
|
ocmiit = commit
|
||||||
upll = pull
|
upll = pull
|
||||||
upsh = push
|
upsh = push
|
||||||
d = diff
|
d = diff
|
||||||
dc = diff --cached
|
dc = diff --cached
|
||||||
|
ds = dc
|
||||||
s = status
|
s = status
|
||||||
stat = status
|
stat = status
|
||||||
l = log --graph --branches
|
l = log --graph --branches
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue