git scripts

This commit is contained in:
rusefillc 2021-08-24 08:13:26 -04:00
parent 38b529c9c0
commit 28cd3dda06
2 changed files with 8 additions and 0 deletions

View File

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

View File

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