Pushing only one folder to remote repo

前端 未结 4 2109
遥遥无期
遥遥无期 2020-12-15 20:41

I\'m using Git 1.7.4.1. I want to push commits I did on one folder to my remote repo. How do I push only changes from one folder to my remote repo? All the documentation

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 20:49

    Git works by pushing entire commits. Either rebase interactively to isolate your changes to the directory you are interested in., or make a submodule for it.

提交回复
热议问题