From: Jacob Lifshay Date: Wed, 23 Mar 2022 03:16:22 +0000 (-0700) Subject: set upstream branch in syncing initial setup instructions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e7a93b6297f1bc427d49102d38378bf309531f8;p=nmutil.git set upstream branch in syncing initial setup instructions --- diff --git a/git_subtree_syncing.mdwn b/git_subtree_syncing.mdwn index c037d10..82fdde2 100644 --- a/git_subtree_syncing.mdwn +++ b/git_subtree_syncing.mdwn @@ -5,6 +5,7 @@ This folder is synchronized between nmutil.git and libreriscv.git (the wiki) usi cd nmutil git remote add -f wiki ssh://gitolite3@git.libre-soc.org:922/libreriscv.git git checkout -b wiki-master wiki/master +git branch --set-upstream-to=wiki/master wiki-master git checkout master ```