.gitconfig

changeset 784
a97d39955d73
parent 737
033a929788cf
child 789
2d470b528b53
equal deleted inserted replaced
783:22ea15db4e3d 784:a97d39955d73
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#"
9 ci = commit 10 ci = commit
10 rec = commit -p 11 rec = commit -p
11 unrec = checkout --patch 12 unrec = checkout --patch
12 amend = commit -p --amend 13 amend = commit -p --amend
13 st = status -sb 14 st = status -sb

mercurial