From 48d23ff1455b97b9c1e4fbd772a7b619267c7404 Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 26 Feb 2019 10:04:04 -0500 Subject: [PATCH] my love git --- misc/git_cheat_sheet.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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