Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top