diff --git a/misc/git_cheat_sheet.txt b/misc/git_cheat_sheet.txt index 13ee3942a1..e31889d31d 100644 --- a/misc/git_cheat_sheet.txt +++ b/misc/git_cheat_sheet.txt @@ -62,7 +62,7 @@ See also git_scripts/git_add_upstream.bat ========================================= https://help.github.com/articles/syncing-a-fork/ git fetch upstream -git merge upstream/stable_17.6.x +git merge upstream/stable_18.2.x or git merge upstream/master git push