diff --git a/setup.sh b/setup.sh index cf79d7d..d32a1e2 100755 --- a/setup.sh +++ b/setup.sh @@ -1,6 +1,7 @@ #git remote set-url j25 ace@j25.webarch.net:/home/ace/private/git/ace.j25.org 2> /dev/null || git remote add j25 ace@j25.webarch.net:/home/ace/private/git/ace.j25.org #git remote set-url disroot git@git.disroot.org:ace/hugo-demo.git 2> /dev/null || git remote add disroot git@git.disroot.org:ace/hugo-demo.git git remote set-url disroot https://git.disroot.org/ace/hugo-demo.git 2> /dev/null || git remote add disroot https://git.disroot.org/ace/hugo-demo.git +# TODO: replace below two lines with git remote -v update git remote -v git fetch disroot git branch -u disroot/main \ No newline at end of file