git scripts
This commit is contained in:
parent
38b529c9c0
commit
28cd3dda06
|
@ -0,0 +1,4 @@
|
|||
git remote -v
|
||||
git remote add upstream https://github.com/rusefi/hellen121vag.git
|
||||
|
||||
git remote -v
|
|
@ -0,0 +1,4 @@
|
|||
git fetch upstream
|
||||
git checkout master
|
||||
git reset --hard upstream/master
|
||||
git push origin master -f
|
Loading…
Reference in New Issue