change url from gitea to git
This commit is contained in:
parent
66d7bf5263
commit
3712a37631
1 changed files with 2 additions and 2 deletions
|
@ -1282,8 +1282,8 @@ setserver() {
|
||||||
setgitremote() {
|
setgitremote() {
|
||||||
cd ~/.local/myshellconfig
|
cd ~/.local/myshellconfig
|
||||||
git checkout master
|
git checkout master
|
||||||
git remote set-url origin https://gitea.schuerz.at/jakob/myshellconfig.git
|
git remote set-url origin https://git.schuerz.at/jakob/myshellconfig.git
|
||||||
git remote set-url origin --push git@gitea.schuerz.at:jakob/myshellconfig.git
|
git remote set-url origin --push git@git.schuerz.at:jakob/myshellconfig.git
|
||||||
git fetch -p
|
git fetch -p
|
||||||
git merge FETCH_HEAD
|
git merge FETCH_HEAD
|
||||||
git submodule sync
|
git submodule sync
|
||||||
|
|
Loading…
Reference in a new issue