git_scripts

This commit is contained in:
rusefi 2019-10-23 13:28:37 -04:00
parent 503c5e4abe
commit 363727fbfc
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/andreika-git/autopid.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