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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -