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
Post a Comment