-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitconfig
More file actions
43 lines (43 loc) · 791 Bytes
/
gitconfig
File metadata and controls
43 lines (43 loc) · 791 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
[user]
name = Pat George
email = patrick.george@freeagent.com
[alias]
co = checkout
st = status
br = branch
cp = cherry-pick
ci = commit
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
cpr = pull-request
open = browse
[appl]
whitespace = nowarn
[color]
diff = auto
status = auto
branch = auto
[merge]
summary = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = red
untracked = cyan
[github]
user = pcg79
token =
[core]
excludesfile = /Users/patrickgeorge/.gitignore_global
autocrlf = false
[push]
default = current