Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
andy created page: home
authored
Sep 15, 2015
by
Andrew Heather
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
cdb690a8
...
@@ -8,7 +8,7 @@ There are 3 main branches
...
@@ -8,7 +8,7 @@ There are 3 main branches
## Operation
## Operation
Create a tracking branch to track the 'develop' branch:
Create a tracking branch to track the 'develop' branch:
-
git b develop --track remotes/origin/develop
-
git b
ranch
develop --track remotes/origin/develop
All new code/features/bug-fixes should be created on their own branch, e.g.:
All new code/features/bug-fixes should be created on their own branch, e.g.:
-
git checkout develop
-
git checkout develop
...
...