add function to set new git-url
This commit is contained in:
parent
a1d0f01ecc
commit
aaca6d139a
1 changed files with 1 additions and 1 deletions
|
@ -1271,7 +1271,7 @@ setgitremote() {
|
|||
cd ~/.local/myshellconfig
|
||||
git checkout master
|
||||
git remote set-url origin https://gitea.schuerz.at/jakob/myshellconfig.git
|
||||
git remote set-url origin --push https://gitea.schuerz.at/jakob/myshellconfig.git
|
||||
git remote set-url origin --push git@gitea.schuerz.at:jakob/myshellconfig.git
|
||||
git fetch -p
|
||||
git merge FETCH_HEAD
|
||||
git submodule sync
|
||||
|
|
Loading…
Reference in a new issue