summaryrefslogtreecommitdiff
path: root/cont/csc-workflow.html
diff options
context:
space:
mode:
Diffstat (limited to 'cont/csc-workflow.html')
-rw-r--r--cont/csc-workflow.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/cont/csc-workflow.html b/cont/csc-workflow.html
index e35c4aa..3326f46 100644
--- a/cont/csc-workflow.html
+++ b/cont/csc-workflow.html
@@ -29,6 +29,10 @@ where $branch could be:
backend-devel
controller-devel
+1.5. Set the upstream of your branch to sync to that branch on the git server.
+
+git branch --set-upstream-to origin/$branch
+
2. Make the changes you want to make, and commit them.
type "git branch" to make sure you're on the development branch.