git: alias

This commit is contained in:
Michael Grote 2021-08-31 12:37:32 +02:00
parent 2c59e2c52d
commit 745e92ea74

View file

@ -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