Files
Wiki/git/README.md
2020-10-16 21:45:56 +02:00

16 lines
235 B
Markdown

# 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
```