forked from tomnomnom/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
35 lines (35 loc) · 806 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
[user]
name = Tom Hudson
email = [email protected]
[color]
diff = auto
status = auto
branch = auto
[color "status"]
added = green
changed = blue
untracked = red
[color "diff"]
meta = yellow
old = red
new = green
[alias]
st = status
ci = commit
co = checkout
tm = merge --no-ff --no-commit
pp = !git pull && git push
rm-untracked = !rm $(git ls-files --other --exclude-standard)
lsblame = !cd "./$GIT_PREFIX" && ls -A | xargs -n1 -I'{}' git log --no-merges --format='%h (%an%x09%ai) {}' -1 '{}' | column -ts $'\t'
[core]
editor = /usr/bin/vim
mergeoptions =
[push]
default = current
[giggle]
main-window-maximized = false
main-window-geometry = 1269x839+117+89
[include]
path = .gitlocal
[url "ssh://[email protected]/"]
insteadOf = https://git.heroku.com/