git best practices for quickly switching between branches
Posted
by Richard
on Stack Overflow
See other posts from Stack Overflow
or by Richard
Published on 2010-06-16T16:59:51Z
Indexed on
2010/06/16
17:02 UTC
Read the original article
Hit count: 130
git
I have multiple active branches that I need to work on at the same time. Clearly I can create two working directories with a distinct branch per directory. Is that the only way to do it without having to "commit" and "checkout" in order to switch from one branch to another?
© Stack Overflow or respective owner