"Nystrom, William David" <[email protected]> writes: > What is meant by the phrase "petsc git next branch is unwound"? What git > commands are run to do this? And how is the next branch different when > it is unwound from immediately before it is unwound?
git checkout next git reset --hard master # discarding anything in 'next' git push origin +next # force push So the history of branch testing in 'next' was discarded, but 'master' is not changed.
pgp6LxD_1wAoj.pgp
Description: PGP signature
