git branch - git checkout fail because of new submodule -


while on development branch trying do:

git checkout master 

and getting message:

error: following untracked working tree files overwritten checkout:

and points me directory.

the problem made directory submodule. not submodule in master, tells me files override , aborting checkout.

what can do?

should make new branch submodule. create new branch:

git checkout -b nameofyoubranchoryoursubmodule 

Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -