github changes not staged for commit

后端 未结 13 712
[愿得一人]
[愿得一人] 2020-12-23 13:31

I have a very basic github setup with a readme, a directory, and another directory inside it with an html file. On github I can only view the readme and the first folder but

13条回答
  •  半阙折子戏
    2020-12-23 13:47

    If it's a submodule you need to cd into it then use git add . && git commit -m 'Your message'

    From there you can cd out and push to whichever branch you want.

提交回复
热议问题