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

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

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