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

checkout not rebase

parent 77caa9f1
No related branches found
No related tags found
1 merge request!4more instructions
...@@ -152,7 +152,7 @@ git merge origin/master ...@@ -152,7 +152,7 @@ git merge origin/master
> git fetch --all > git fetch --all
> >
> # replace <branch_name> with your local branch name > # replace <branch_name> with your local branch name
> git rebase <remote_name>/master > git checkout <remote_name>/master
> >
> # replace <remote_name> with the main repository name > # replace <remote_name> with the main repository name
> git rebase <remote_name>/master > git rebase <remote_name>/master
......
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