I would like to push a project but one folder in my Git repository with Git GUI. How to automatically remove the folder each time I commit and push my project without remove it manually?

有帮助吗?

解决方案

You can ignore files or directories by creating a file called .gitignore. See the Git Book for more details on using this. This will affect git-gui automatically as well as all other git tools.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top