Re: [petsc-dev] [petsc-users] petsc git next branch *is* unwound!
2 Oct
2014
2 Oct
'14
4:29 p.m.
"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.
4330
Age (days ago)
4330
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jed Brown