I've used git for eons, but always got sideways on this.
Create branch B from parent A Perform work on Branch B. Other engineers commit changes directly into A. ----> I now want to toss all changes I made in B, and get an exact snapshot of what is in A (as if I just created a new branch, but I want to re-use the existing name) I previously would just create a new branch and walk away from the old one, which is probably ok but would rather do this right in order to keep using the same branch name. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
