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]
|
[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
|
||||||
cm = commit -m
|
cm = commit -m
|
||||||
|
c = checkout
|
||||||
d = diff
|
d = diff
|
||||||
ds = diff --staged
|
ds = diff --staged
|
||||||
rc = rebase --continue
|
rc = rebase --continue
|
||||||
|
|
Loading…
Reference in a new issue