forked from briandoll/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
46 lines (40 loc) · 773 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
37
38
39
40
41
42
43
44
45
46
[user]
name = Brian Doll
email = brian@emphaticsolutions.com
[alias]
co = checkout
s = status
unadd = "reset HEAD"
info = "remote -v"
forget = "update-index --assume-unchanged"
l = "log --stat --summary"
br = branch
a = add
b = branch
d = diff
v = show
ll = log
c = checkout
cc = commit
dc = "diff --cached"
[color]
diff = true
status = true
branch = true
ui = true
interactive = true
[core]
excludesfile = /opt/boxen/config/git/gitignore
editor = vim
whitespace = trailing-space,space-before-tab
[apply]
whitespace = fix
[github]
user = !sh -c 'echo $GITHUB_USER'
token = !sh -c 'echo $GITHUB_TOKEN'
[push]
default = current
[credential]
helper = /opt/boxen/bin/boxen-git-credential
[hub]
protocol = https