Merge pull request #9 from rusefi/scripts

I believe those are useful git scripts
This commit is contained in:
Matthew Kennedy 2021-04-28 14:35:45 -07:00 committed by GitHub
commit 7fdf830402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,3 @@
git remote -v
git remote add upstream https://github.com/mck1117/wideband
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

3
git_scripts/readme.md Normal file
View File

@ -0,0 +1,3 @@
An attempt to make GIT contribution just a little more comfortable
See also https://git-scm.com/downloads