git best practices for quickly switching between branches -
I have more than one active branch on which I have to work at the same time. Obviously, I can create two working directories with a specific branch according to a directory. Is the only way to switch from one branch to the other, without the "commit" and "checkout" the only way to do this?
Yes, even if you committed
instead of git stash
if you are not ready to finalize your current work in progress.
Comments
Post a Comment