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