summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cont/csc-workflow.html4
-rw-r--r--csc-workflow.html4
2 files changed, 8 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.
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.