mirror of https://github.com/dunwu/db-tutorial.git
同步 github 和 gitee
parent
b78f9d4d13
commit
31a6c4dd3b
|
@ -0,0 +1,15 @@
|
|||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = false
|
||||
bare = false
|
||||
logallrefupdates = true
|
||||
symlinks = false
|
||||
ignorecase = true
|
||||
[submodule]
|
||||
active = .
|
||||
[remote "github"]
|
||||
url = git@github.com:dunwu/db-tutorial.git
|
||||
fetch = +refs/heads/*:refs/remotes/github/*
|
||||
[remote "gitee"]
|
||||
url = git@gitee.com:turnon/db-tutorial.git
|
||||
fetch = +refs/heads/*:refs/remotes/gitee/*
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cd ..
|
||||
git push github master
|
||||
git push gitee master
|
Loading…
Reference in New Issue