Hi,

> When you work on a branch, and you want to work on another branch, you first 
> have to commit in the current branch you working on to save your work.
Git checkout branch is not quite the same as switching branches in SVN. If 
there is no conflicting changes all of your current changes will be kept but 
you'll now be working in the new branch. You may need to be careful with this 
as it's possible to commit changes form one branch into another accidentally.

Justin

Reply via email to