From 6bc4470e0540fd409bf8e0a04df56b58569379dd Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 14 Jan 2019 19:16:20 -0500 Subject: [PATCH] docs --- misc/git_cheat_sheet.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/git_cheat_sheet.txt b/misc/git_cheat_sheet.txt index 775999b143..e5fd32ca17 100644 --- a/misc/git_cheat_sheet.txt +++ b/misc/git_cheat_sheet.txt @@ -17,6 +17,9 @@ New remote branch: git checkout -b BRANCHNAME git push -u origin BRANCHNAME +git checkout -b 2019.01.14_release_1.19.1 +git push -u origin 2019.01.14_release_1.19.1 + ========================================= Download submodules: