File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
100101In most cases this merge operation goes without a hitch and Visual Studio will auto-commit the merge. However if there
101102is a merge conflict with changes that you have made to 'master' (you really should never do that, put changes in some other
You can’t perform that action at this time.
0 commit comments