Skip to content

Commit d051ef0

Browse files
author
Vance Morrison
authored
Fix merging instructions
1 parent f10d873 commit d051ef0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

documentation/OpenSourceGitWorkflow.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,10 @@ all these changes to bring your fork up to date. We do this in three steps
9393
3. Make sure that the 'active branch' (the one in bold) is 'master'. If not double click on master to make it
9494
the active branch. If it fails (and it could easily fail because you have modified files), you will have to
9595
commit or undo those changes before proceeding. Ultimately you want 'master' to be the active branch.
96-
4. Click on the 'remotes/upstream/master' branch, right click on it and select 'merge from' This says we want
97-
to integrate (merge) all changes from the upstream/master branch into the currently active branch (which is master).
98-
A dialog will come up with text boxes filled out. Simply click the 'Merge' button.
96+
4. Right Click on the 'master' branch, right click on it and select 'Merge from'. Then in the 'merge from' textbox select
97+
upstream/master and click the 'Merge' button. This says we want to integrate (merge) all changes from the
98+
upstream/master branch into the currently active branch (which is master).
99+
99100

100101
In most cases this merge operation goes without a hitch and Visual Studio will auto-commit the merge. However if there
101102
is a merge conflict with changes that you have made to 'master' (you really should never do that, put changes in some other

0 commit comments

Comments
 (0)