i know that eclipse and netbeans don't support git hooks. Is there perhaps another way to change automatically a XML before committing?
Asked
Active
Viewed 271 times
1 Answers
0
You can try and declare a 'clean' script (a gitattribute filter driver, described in ProGit)
That would allow you to change what you are committing.