forked from ryanb/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitconfig
More file actions
49 lines (31 loc) · 620 Bytes
/
gitconfig
File metadata and controls
49 lines (31 loc) · 620 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
39
40
41
42
43
44
45
46
47
[user]
name = buddhamagnet
email = buddhamagnet@gmail.com
[apply]
whitespace = warn
[core]
excludesfile = ~/.gitignore
editor = /usr/bin/env vim
[alias]
co=checkout
br=branch
st=status
change = codereview change
gofmt = codereview gofmt
mail = codereview mail
pending = codereview pending
submit = codereview submit
sync = codereview sync
[color]
ui = true
[push]
default = tracking
[mergetool]
keepBackup = true
[help]
autocorrect = 1
[http]
sslVerify = true
cookiefile = /Users/buddhamagnet/.gitcookies
[url "git@github.com:"]
insteadOf = https://github.com/