-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitconfig
55 lines (55 loc) · 1.32 KB
/
.gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[rerere]
enabled = true
[init]
templatedir = /Users/appfolio/.git_templates
[push]
default = simple
[core]
excludesfile = /Users/appfolio/.gitignore_global
editor = vim
pager = less
[user]
name = Quan Chau
email = [email protected]
signingkey = 288ED7EDC350AFF1
[alias]
st = status
stu = status -uno
lg = log --max-count=20 --graph --decorate
co = checkout
br = branch
ci = commit
ph = "!git push --set-upstream origin \"$(git rev-parse --abbrev-ref HEAD)\""
cia = commit --amend
cian = commit --amend --no-edit
ap = add -p
lgo = "!git --no-pager log --decorate --oneline --graph master..HEAD"
lgof = log --decorate --oneline --graph
cp = cherry-pick
rbi = rebase -i
rbc = rebase --continue
lgv = log --decorate --reverse
H = HEAD
rh = reset HEAD~1
cpc = cherry-pick --continue
cif = commit --fixup
rbia = rebase -i --autosquash
ss = show --stat
sha = rev-parse
shah = rev-parse HEAD
dc = diff --cached
ds = diff --stat
d = diff
stu = status -uno
pod = push origin --delete
rbsign = rebase --exec 'git commit --amend --no-edit -n -S' -i
vc = verify-commit
lsi = ls-files --ignored --exclude-standard --others
prom = pull --rebase origin master
from = fetch --set-upstream origin master
f = fetch --set-upstream
fo = fetch --set-upstream origin
[rebase]
autosquash = false
[pager]
branch = false