diff --git a/misc/git_cheat_sheet.txt b/misc/git_cheat_sheet.txt index ee03e43b0f..080d1c7807 100644 --- a/misc/git_cheat_sheet.txt +++ b/misc/git_cheat_sheet.txt @@ -1,23 +1,23 @@ -========================================= -New remote tag: - -git tag -a TAGNAME -m "tag TAGNAME" -git push origin TAGNAME - - -========================================= -New remote branch: - -git checkout -b BRANCHNAME -git push -u origin BRANCHNAME - - -========================================= -Download submodules: - -git submodule update --init - -========================================= -Refresh submodules: - -git submodule update --recursive --remote +========================================= +New remote tag: + +git tag -a TAGNAME -m "tag TAGNAME" +git push origin TAGNAME + + +========================================= +New remote branch: + +git checkout -b BRANCHNAME +git push -u origin BRANCHNAME + + +========================================= +Download submodules: + +git submodule update --init + +========================================= +Refresh submodules: + +git submodule update --recursive --remote