update submodule in git desktop of Mac -


i newbie in git. in repository, have modified file biblio.bib in submodule , need upload github. however, met following problem when click "commit master": enter image description here

can me solve this?

you need stage changes first.

not sure gui, in cli add submodule:

git add <submodule_name> 

Comments

Popular posts from this blog

Using django-mptt to get only the categories that have items -

wordpress - (T_ENDFOREACH) php error -

ruby - Train neural network with sine function -