-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
36 lines (33 loc) · 999 Bytes
/
.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
[user]
name = sdemers
email = [email protected]
[alias]
st = status --untracked-files=no
stat = status
taginfo = tag -n10
br = branch
brnm = branch --no-merged
brc = branch --contains
brm = branch --merged
co = checkout
ci = commit -a
tkd = difftool -y --extcmd=tkdiff
tkdiff = difftool -y --extcmd=tkdiff
meld = difftool -y --extcmd=meld
spiff = difftool -y --extcmd=spiff
df = diff --no-ext-diff
ls = ls-files --exclude-per-directory=.gitignore --exclude-from=.git/info/exclude --others --modified --deleted -t
gl = log --graph --abbrev-commit --pretty=oneline --decorate
ls-tracked = ls-tree --name-only -r HEAD
[core]
pager =
[color]
diff = auto
status = auto
branch = auto
[giggle]
main-window-maximized = false
main-window-geometry = 1211x900+262+0
history-view-vpane-position = 294
file-view-vpane-position = 537
main-window-view = HistoryView