-
Notifications
You must be signed in to change notification settings - Fork 1
/
dot_gitconfig
39 lines (32 loc) · 1.15 KB
/
dot_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
[user]
email = [email protected]
name = aboroska
[includeIf "gitdir:~/ga/"]
path = ~/ga/.gitconfig
[includeIf "gitdir:~/ga/panoramix/"]
path = ~/ga/panoramix/.gitconfig
[core]
whitespace = tab-in-indent
editor = /usr/local/bin/vim
excludesfile = /Users/andras/.gitignore
[color]
ui = true
[status]
showUntrackedFiles = no
[alias]
s = status -u
stu = status --untracked-files=normal
graph = log --graph --all --oneline --decorate
co = checkout
wdiff = diff --word-diff=color --word-diff-regex='[[:alnum:]|_]+|[^[:space:]|$]'
wlog = log -p --word-diff=color --word-diff-regex='[[:alnum:]|_]+|[^[:space:]|$]'
stash-unapply = !git stash show -p | git apply -R
lp = log -p --word-diff=color --word-diff-regex='[[:alnum:]]+|[^[:space:]|_|$]' model
lg = "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
lgs = log --pretty=format:"%h%x09%an%x09%ad%x09%s" --date=short
[push]
default = simple
[pull]
ff = only
[url "https://github.com/"]
insteadOf = git://github.com/