Skip to content
Snippets Groups Projects
Commit 351bbaed authored by Arkerthan's avatar Arkerthan
Browse files

fix git documentation

parent 3c71fa14
No related branches found
No related tags found
No related merge requests found
......@@ -28,14 +28,14 @@
7. Checkout `pregmod-master`
* Via terminal: `git checkout pregmod-master`
8. Make sure `fc-pregmod` tracks `upstream/master`
8. Make sure `fc-pregmod` tracks `upstream/pregmod-master`
* Via terminal: `git branch -u upstream/pregmod-master`
## Typical cycle with Git:
1. Get changes from upstream
* Via terminal: `git pull`
* If you don't get new commits from `upstream` repeat steps 4&5 of the setup.
* If you don't get new commits from `upstream` repeat steps 7 & 8 of the setup.
2. Checkout a new branch for your work
* Via terminal: `git checkout -b <branch-name>`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment