Merge pull request #4 from rusefi/master

git_scripts
This commit is contained in:
andreika-git 2019-10-23 20:29:48 +03:00 committed by GitHub
commit 8a4f542626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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