Question

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?

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top