-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
51 lines (51 loc) · 1.13 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
[core]
excludesfile = /Users/svij/.gitignore_global
pager = less -FXRS -x2
editor = vim
[alias]
st = status
di = diff
co = checkout
ci = commit -v
br = branch
sta = stash
llog = log --date=local
flog = log --pretty=fuller --decorate
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
lol = log --graph --decorate --oneline
lola = log --graph --decorate --oneline --all
blog = log origin/master... --left-right
ds = diff --staged
fixup = commit --fixup
squash = commit --squash
unstage = reset HEAD
rum = rebase
cat = cat-file
ffwd = pull --rebase
pg = push gerrit HEAD:refs/publish/master
[apply]
whitespace = nowarn
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = auto
showbranch = auto
[branch]
autosetupmerge = true
[rebase]
autosquash = true
[user]
email = [email protected]
name = Sumit Vij
[push]
default = simple
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f
[gpg]
program = gpg2
[credential]
helper = netrc -f /home/svij/_netrc.gpg -v