Skip to content
Snippets Groups Projects
Commit 239b1ddc authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Fix to rebase command

parent d79e5ff5
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@ To contribute to the practicals:
```
git fetch --all
git rebase upstream master
git push origin master
git rebase upstream/master
git push --force origin master
```
6. In gitlab, submit a merge request from your fork back to the upstream
......
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