-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_gitconfig
More file actions
38 lines (38 loc) · 854 Bytes
/
_gitconfig
File metadata and controls
38 lines (38 loc) · 854 Bytes
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
[User]
name = Tim Costa
email = tcosta@tagged.com
editor = vim
[reviewboard]
url = https://scm.tagged.com/reviewboard
[alias]
rb = !post-review --username=tcosta -o
rbi = !post-review-interactive
rb-diff = !post-review -n --parent=trunk
sdiff = !git-svn-diff
ndiff = diff --name-only
wdiff = diff --word-diff
d = difftool
st = status
di = diff
co = checkout
ci = commit
br = branch
sta = stash
top = diff HEAD~1
ntop = diff HEAD~1 --name-only
wtop = diff HEAD~1 --word-diff
ws = git diff -w > foo.patch && git stash && git apply foo.patch && rm foo.patch
[log]
date=local
[color]
ui = auto
[color "diff"]
whitespace = red reverse
[core]
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore_global
editor = vim
[diff]
tool = vimdiff
[difftool]
prompt = false