git: alias
This commit is contained in:
parent
2c59e2c52d
commit
745e92ea74
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
[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
|
||||
cm = commit -m
|
||||
c = checkout
|
||||
d = diff
|
||||
ds = diff --staged
|
||||
rc = rebase --continue
|
||||
|
|
Loading…
Reference in a new issue