Let’s say you worked on a wrong branch (which happens all the time to me), and now you want to copy those changes to the correct feature branch. git
actually has that covered with simple git stash
command.
Let’s say you worked on a wrong branch (which happens all the time to me), and now you want to copy those changes to the correct feature branch. git
actually has that covered with simple git stash
command.