[petsc-dev] [petsc-users] petsc git next branch *is* unwound!

Jed Brown jed at jedbrown.org
Thu Oct 2 16:29:27 CDT 2014


"Nystrom, William David" <wdn at lanl.gov> 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20141002/20df2af4/attachment.sig>


More information about the petsc-dev mailing list