git: alias
This commit is contained in:
parent
be226781dc
commit
c20e98cf02
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
[alias]
|
[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
|
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
|
s = status
|
||||||
co = checkout
|
c = checkout
|
||||||
cm = commit -m
|
cm = commit -m
|
||||||
r = rebase
|
r = rebase
|
||||||
rc = rebase --continue
|
rc = rebase --continue
|
||||||
remote = remote -v
|
remote = remote -v
|
||||||
|
|
Loading…
Reference in a new issue