the command git branch for svn-git on cygwin -


i use svn git supported cygwin packages[i.e. setup.exe ].

i tried create second local branch on local repo, , add new file on second branch. new file should in second branch since haven't merge branch master branch.

however after checkout master branch, file there!!?? ideas? appreciate~~

my steps are:

git br haha git co haha touch a.txt git add a.txt git ci a.txt git co master  

[i see a.txt there...]

whenever switching branches local files modifies checkout. avoid, add , commit locally created file specific branch , switch.


Comments