Default git aliases
This commit is contained in:
@@ -1 +1,15 @@
|
||||
# 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user