Skip to content

Commit b83a46e

Browse files
author
Craig Ringer
committed
Share the git config
1 parent 3e00209 commit b83a46e

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

misc/git/gitconfig-shared

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[user]
2+
name = Craig Ringer
3+
4+
[credential]
5+
helper = /usr/libexec/git-core/git-credential-libsecret
6+
[push]
7+
default = current
8+
[merge]
9+
tool = vimdiff
10+
conflictstyle = diff3
11+
[log]
12+
abbrevCommit = true
13+
[rebase]
14+
abbreviateCommands = true
15+
stat = true
16+
autoSquash = true
17+
[core]
18+
excludesfile = ~/projects/scrapcode/misc/git/gitignore-global

misc/git/gitignore-global

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
build
2+
cscope.in.out
3+
cscope.out
4+
cscope.po.out

0 commit comments

Comments
 (0)