- I'm on branch A and made changes.
- The changes have not yet been added or committed.
- These changes are intended for branch B.
How do I go about adding and committing these changes to branch B?
CodePudding user response:
It all depends if you already committed the changes. Since you didn't commit the changes yet a git checkout
should do the trick.