4 lines
104 B
Batchfile
4 lines
104 B
Batchfile
|
git fetch upstream/master
|
||
|
git checkout master
|
||
|
git reset --hard upstream/master
|
||
|
git push origin master -f
|