git: alias

This commit is contained in:
Michael Grote 2021-07-03 15:19:37 +02:00
parent be226781dc
commit c20e98cf02

View file

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