Default git aliases

This commit is contained in:
2020-10-16 21:45:56 +02:00
parent f1db6d4514
commit 787068d0f5

View File

@@ -1 +1,15 @@
# git # git
## Config
### Default aliases
```
[alias]
br = branch
ci = commit
co = checkout
st = status
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
diff = diff --ws-error-highlight=all
```