-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
49 lines (49 loc) · 861 Bytes
/
gitconfig
File metadata and controls
49 lines (49 loc) · 861 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
48
49
[user]
name = Joel Cogen
email = joel@cogen.co
[github]
user = joelcogen
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[core]
editor = vim
excludesfile = /opt/boxen/config/git/gitignore
[pager]
branch = false
[alias]
ci = commit
st = status
co = checkout
cob = checkout -b
d = diff
pl = pull
poule = pull
m = merge
ms = merge --squash
b = branch
rb = rebase
l = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
s = stash
rs = reset
rsh = reset --hard
ps = push
pd = push
f = fetch -p
pr = pull-request
[help]
autocorrect = 1
[push]
default = current
[hub]
protocol = https
[credential]
helper = osxkeychain
[pull]
rebase = false
[branch]
autoSetupMerge = always