简体   繁体   中英

I made changes while on the wrong branch. I haven't committed yet. How do commit my changes to the intended branch?

  • 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?

It all depends if you already committed the changes. Since you didn't commit the changes yet a git checkout should do the trick.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM