From bbd205c2944a572db22f70ec6ea634fb2e802ed2 Mon Sep 17 00:00:00 2001 From: rusefi Date: Thu, 3 Jan 2019 11:19:17 -0500 Subject: [PATCH] evil --- misc/git_cheat_sheet.txt | 2 ++ misc/git_scripts/git_pull_submodules.bat | 1 + misc/git_scripts/readme.md | 5 +++++ 3 files changed, 8 insertions(+) create mode 100644 misc/git_scripts/git_pull_submodules.bat create mode 100644 misc/git_scripts/readme.md diff --git a/misc/git_cheat_sheet.txt b/misc/git_cheat_sheet.txt index bd77818266..a42d8feabc 100644 --- a/misc/git_cheat_sheet.txt +++ b/misc/git_cheat_sheet.txt @@ -1,3 +1,5 @@ +See also https://git-scm.com/downloads + ========================================= New remote tag: diff --git a/misc/git_scripts/git_pull_submodules.bat b/misc/git_scripts/git_pull_submodules.bat new file mode 100644 index 0000000000..a59fa05dd4 --- /dev/null +++ b/misc/git_scripts/git_pull_submodules.bat @@ -0,0 +1 @@ +git submodule update --init \ No newline at end of file diff --git a/misc/git_scripts/readme.md b/misc/git_scripts/readme.md new file mode 100644 index 0000000000..afbed2852c --- /dev/null +++ b/misc/git_scripts/readme.md @@ -0,0 +1,5 @@ +An attempt to make GIT contribution just a little more comfortable + +See also git_cheat_sheet.txt in the parent folder + +See also https://git-scm.com/downloads \ No newline at end of file