who loves git?

This commit is contained in:
rusefi 2019-05-26 20:46:22 -04:00
parent baf2c08d60
commit ebaa4e5c06
5 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,3 @@
git remote -v
git remote add upstream https://github.com/rusefi/hw_modular.git
git remote -v

View File

@ -0,0 +1 @@
git submodule update --init

View File

@ -0,0 +1,2 @@
git reset --hard origin/master
git pull

View File

@ -0,0 +1,4 @@
git fetch upstream
git checkout master
git reset --hard upstream/master
git push origin master -f

5
git_scripts/readme.md Normal file
View File

@ -0,0 +1,5 @@
An attempt to make GIT contribution just a little more comfortable
See also https://github.com/rusefi/rusefi/blob/master/misc/git_cheat_sheet.txt
See also https://git-scm.com/downloads