0
How to disable git
How can I disable git form tracking changes
1 Réponse
+ 3
You can add to the files you don't want to be tracked to the .gitignore file. This way you can commit everything and those changes will not be tracked.
However, you should be more clear. Don't really know what's your intention. Maybe you're looking for branching instead of ignoring files, I don't know.
Good luck!