update
This commit is contained in:
@@ -17,8 +17,6 @@
|
|||||||
amend = commit --amend --no-edit
|
amend = commit --amend --no-edit
|
||||||
rename = branch -m
|
rename = branch -m
|
||||||
st = status
|
st = status
|
||||||
lg = log --oneline --graph --decorate --all
|
|
||||||
lga = log --oneline --graph --decorate --all --author=you
|
|
||||||
unstage = reset HEAD
|
unstage = reset HEAD
|
||||||
last = log -1 HEAD
|
last = log -1 HEAD
|
||||||
tags = tag -l
|
tags = tag -l
|
||||||
|
|||||||
@@ -54,3 +54,4 @@ alias gcm='git commit -m'
|
|||||||
alias gp='git push'
|
alias gp='git push'
|
||||||
alias gst='git status'
|
alias gst='git status'
|
||||||
alias gd='git diff --patience --color-moved=dimmed-zebra --word-diff=plain --function-context --ignore-space-change -U3'
|
alias gd='git diff --patience --color-moved=dimmed-zebra --word-diff=plain --function-context --ignore-space-change -U3'
|
||||||
|
alias gl='git log --oneline --graph --decorate --all'
|
||||||
|
|||||||
Reference in New Issue
Block a user