Posts

Showing posts with the label separate

Git Separate Commits Into Branches

Image
Git Separate Commits Into Branches . Easy command line ui for breaking one commit into two To do that, see the third and fourth steps of the section above. An introduction to Git merge and rebase what they are, and how to use them from medium.freecodecamp.org What we want is to undo the commit and place the changes in our working area. Be careful when doing that on branches other people are working on. When you're done, you should have 3 branches with separate histories starting from new_trunk and a backup branch reflecting the old head if.