summaryrefslogtreecommitdiff
path: root/csc-workflow.html
diff options
context:
space:
mode:
Diffstat (limited to 'csc-workflow.html')
-rw-r--r--csc-workflow.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/csc-workflow.html b/csc-workflow.html
index 4dfb06d..f7d891a 100644
--- a/csc-workflow.html
+++ b/csc-workflow.html
@@ -45,6 +45,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.