-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitconfig
43 lines (43 loc) · 1.18 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
[color]
ui = true
[user]
email = george.leontiev@reddit.com
name = George Leontiev
[url "git@github.snooguts.net:"]
insteadOf = https://github.snooguts.net/
[push]
default = simple
autoSetupRemote = true
[github]
user = george-leontiev
[alias]
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
lnc = log --pretty=format:"%h\\ %s\\ [%cn]"
lds = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=short
ld = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative
le = log --oneline --decorate
filelog = log -u
fl = log -u
dl = "!git ll -1"
dlc = diff --cached HEAD^
dr = "!f() { git diff "$1"^.."$1"; }; f"
lc = "!f() { git ll "$1"^.."$1"; }; f"
diffr = "!f() { git diff "$1"^.."$1"; }; f"
teleport = push
[pull]
rebase = true
[core]
editor = vim
excludesfile = /Users/george.leontiev/.gitignore_global
[help]
autocorrect = 1
[color]
ui = true
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[merge]
tool = opendiff
[commit]
gpgsign = false