mirror of https://github.com/rusefi/wideband.git
I believe those are useful
This commit is contained in:
parent
9a0f56082d
commit
b31029a0be
|
@ -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