From 1e7a93b6297f1bc427d49102d38378bf309531f8 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 22 Mar 2022 20:16:22 -0700 Subject: [PATCH] set upstream branch in syncing initial setup instructions --- git_subtree_syncing.mdwn | 1 + 1 file changed, 1 insertion(+) 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 ``` -- 2.30.2