mirror of https://github.com/dunwu/db-tutorial.git
🔥 delete
parent
898649d090
commit
e56ae6a37b
|
@ -1,15 +0,0 @@
|
|||
[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/*
|
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cd ..
|
||||
git push origin master
|
||||
git push gitee master
|
Loading…
Reference in New Issue