Friday, April 20, 2012

How to close a branch WITHOUT removing it from history in git?

I'd like to make a commit and close its branch, without removing it from history.



With mercurial I'd commit --close-branch, then update to a previous one, and go on working. With git... I'm confused.





No comments:

Post a Comment