more git aliases
This commit is contained in:
@@ -14,6 +14,8 @@
|
|||||||
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
||||||
mnc = merge --no-commit
|
mnc = merge --no-commit
|
||||||
oneline = log --oneline --decorate
|
oneline = log --oneline --decorate
|
||||||
|
pl = pull
|
||||||
|
ps = push
|
||||||
repourl = config --get remote.origin.url
|
repourl = config --get remote.origin.url
|
||||||
shallow = clone --depth=1
|
shallow = clone --depth=1
|
||||||
staged = diff --cached
|
staged = diff --cached
|
||||||
|
Reference in New Issue
Block a user