git aliase
This commit is contained in:
parent
04fc107686
commit
b2fccda7f7
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
[alias]
|
||||
logs = log --all --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
|
||||
s = status
|
||||
p = push
|
||||
c = checkout
|
||||
co = checkout
|
||||
cm = commit -m
|
||||
r = rebase
|
||||
rc = rebase --continue
|
||||
remote = remote -v
|
||||
|
|
Loading…
Reference in a new issue