-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
40 lines (33 loc) · 776 Bytes
/
.gitconfig
File metadata and controls
40 lines (33 loc) · 776 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
[init]
templatedir = /home/markw/.git-template-dir
[core]
excludesfile = /home/markw/.gitignore_global
[user]
name = Mark Watts
email = watts.mark2015@gmail.com
signingkey = AB5093FD
[merge]
tool = vimdiff
[color]
ui = auto
[push]
default = simple
[alias]
co = checkout
logl = log --branches --exclude="archive/*" --tags --remotes --decorate=short --graph
archive = git tag archive
scommit = commit -S
[url "git@github.com:openworm/"]
insteadOf = ow://
[url "git@github.com:mwatts15/"]
insteadOf = mwatts15://
[url "git@github.com:"]
insteadOf = github://
[url "git@github.com:"]
insteadOf = gh://
[url "git@github.com:scidash/"]
insteadOf = scidash://
[include]
path = ~/.gitconfig.local
[rerere]
enabled = true