Skip to content

Commit 4ebb772

Browse files
committed
Updated common git config
1 parent 15edb35 commit 4ebb772

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.gitconfig/shared

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,13 @@
1919

2020
[commit]
2121
gpgsign = true
22+
23+
[remote "backup"]
24+
url = craigwrong.github.com:craigwrong/swift-bitcoin.github.io
25+
fetch = +refs/heads/*:refs/remotes/origin/*
26+
27+
[push]
28+
autoSetupRemote = true
29+
2230
[include]
23-
path = user
31+
path = user

0 commit comments

Comments
 (0)