I have a project that requires some configuration files. I want to keep the default configuration filse in the repository. However, I want don't want to have to specify the -X flag for every commit I do. Is there a standard way to mark a set of revisioned files as permanently excluded from commits?
|
feedback
|
|
Interesting question, I hope you get a better answer. Faced similar problems, I have done the following:
This solution is not ideal because changes in the | |||
|
feedback
|
|
You could use the (much maligned) defaults section in your .hgrc:
If you can retrain your fingers the preferred way to do that is with an alias instead:
then you start using | |||||
feedback
|