comparison: .gitconfig
.gitconfig
- changeset 843
- 7968d9507ddb
- parent 792
- 2693c3ccb0da
- child 858
- 2d69c23ef58b
equal
deleted
inserted
replaced
4 |
4 |
5 [github] |
5 [github] |
6 user = merrilymeredith |
6 user = merrilymeredith |
7 |
7 |
8 [alias] |
8 [alias] |
9 alias = "!git config -l | grep -v 'alias.alias' | perl -ne 's/^alias\\.// and s/=/#= / and print' | column -t -s#" |
|
10 ci = commit |
9 ci = commit |
11 rec = commit -p |
10 rec = commit -p |
12 unrec = checkout --patch |
11 unrec = checkout --patch |
13 amend = commit -p --amend |
12 amend = commit -p --amend |
14 st = status -sb |
13 st = status -sb |