use upstream for dotwryn too
This commit is contained in:
parent
c8ce1402af
commit
7839d32a58
@ -3,14 +3,10 @@
|
|||||||
SETUP__GIT() {
|
SETUP__GIT() {
|
||||||
STATUS 'updating remotes for .wryn'
|
STATUS 'updating remotes for .wryn'
|
||||||
cd $DOTWRYN_PATH
|
cd $DOTWRYN_PATH
|
||||||
git remote rm origin 2>/dev/null
|
git remote add upstream git@github.com:wrynegade/dotwryn.git
|
||||||
git remote add origin git@github.com:wrynegade/dotwryn.git
|
git remote set-url --add --push upstream git@github.com:wrynegade/dotwryn.git
|
||||||
git remote set-url --add --push origin git@github.com:wrynegade/dotwryn.git
|
git remote set-url --add --push upstream git@yage.io:wrynegade/dotwryn.git
|
||||||
git remote set-url --add --push origin git@yage.io:wrynegade/dotwryn.git
|
git remote set-url --add --push upstream git@bitbucket.org:wrynegade/dotwryn.git
|
||||||
git remote set-url --add --push origin git@bitbucket.org:wrynegade/dotwryn.git
|
|
||||||
git fetch origin >/dev/null 2>&1
|
|
||||||
git branch --set-upstream-to=origin/main main >/dev/null 2>&1
|
|
||||||
|
|
||||||
|
|
||||||
STATUS 'updating upstream for zsh/plugins/code-activator'
|
STATUS 'updating upstream for zsh/plugins/code-activator'
|
||||||
cd $DOTWRYN_PATH/zsh/plugins/code-activator
|
cd $DOTWRYN_PATH/zsh/plugins/code-activator
|
||||||
|
Loading…
Reference in New Issue
Block a user