Skip to content
Snippets Groups Projects
Commit ed86e971 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'git' into 'pregmod-master'

fix git documentation

See merge request pregmodfan/fc-pregmod!8916
parents c1963f08 351bbaed
No related branches found
No related tags found
No related merge requests found
...@@ -28,14 +28,14 @@ ...@@ -28,14 +28,14 @@
7. Checkout `pregmod-master` 7. Checkout `pregmod-master`
* Via terminal: `git 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` * Via terminal: `git branch -u upstream/pregmod-master`
## Typical cycle with Git: ## Typical cycle with Git:
1. Get changes from upstream 1. Get changes from upstream
* Via terminal: `git pull` * 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 2. Checkout a new branch for your work
* Via terminal: `git checkout -b <branch-name>` * 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