mirror of https://github.com/rusefi/wideband.git
Merge pull request #9 from rusefi/scripts
I believe those are useful git scripts
This commit is contained in:
commit
7fdf830402
|
@ -0,0 +1,3 @@
|
|||
git remote -v
|
||||
git remote add upstream https://github.com/mck1117/wideband
|
||||
git remote -v
|
|
@ -0,0 +1,4 @@
|
|||
git fetch upstream
|
||||
git checkout master
|
||||
git reset --hard upstream/master
|
||||
git push origin master -f
|
|
@ -0,0 +1,3 @@
|
|||
An attempt to make GIT contribution just a little more comfortable
|
||||
|
||||
See also https://git-scm.com/downloads
|
Loading…
Reference in New Issue