1234567891011121314151617 |
- [color]
- ui = true
- [core]
- editor = vim
- [alias]
- ap = add --patch
- br = branch
- cm = commit
- cma = commit --amend
- co = checkout
- com = checkout master
- dc = diff --cached
- gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
- rbi = rebase --interactive
- rmv = remote --verbose
- st = status
- sh = show
|