update
This commit is contained in:
@@ -14,6 +14,13 @@
|
||||
[remote]
|
||||
pushDefault = origin
|
||||
[alias]
|
||||
amend = commit -a --amend --no-edit
|
||||
amend = commit --amend --no-edit
|
||||
rename = branch -m
|
||||
st = status
|
||||
lg = log --oneline --graph --decorate --all
|
||||
lga = log --oneline --graph --decorate --all --author=you
|
||||
unstage = reset HEAD
|
||||
last = log -1 HEAD
|
||||
tags = tag -l
|
||||
undo = reset --mixed HEAD~1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user