-
-
Notifications
You must be signed in to change notification settings - Fork 360
Expand file tree
/
Copy path.gitconfig
More file actions
34 lines (34 loc) · 641 Bytes
/
Copy path.gitconfig
File metadata and controls
34 lines (34 loc) · 641 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
[user]
name = Jeff Geerling
email = geerlingguy@mac.com
[core]
editor = vi
excludesfile = ~/.gitignore
autocrlf = input
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[init]
defaultBranch = master
[web]
browser = google-chrome
[credential]
helper = osxkeychain
[push]
default = simple
[merge]
tool = kdiff3
[difftool]
prompt = false
[alias]
c = commit
ca = commit -a
cm = commit -m
cam = commit -am
d = diff
dc = diff --cached
l = log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit
[pull]
rebase = true