-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgitconfig
44 lines (38 loc) · 1.02 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
[user]
name = Jeremy Kelley
email = jeremy@33ad.org
[color]
diff = auto
status = auto
branch = auto
[alias]
lor = log origin/master..
wc = whatchanged
lsr = ls-remote --heads origin
st = status
ci = commit
br = branch
co = checkout
df = diff
# lg = log --oneline
lol = log --color --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
ls = ls-files
hp = "!source ~/.githelpers && show_git_head"
r = !git l -30
ra = !git r --all
l = "!source ~/.githelpers && pretty_git_log"
lg = log --color --graph --date=iso --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(blue)<%an>%Creset%n%+b' --stat
[github]
user = nod
token = nope
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f
[filter "hawser"]
clean = git hawser clean %f
smudge = git hawser smudge %f
required = true
[push]
default = simple