1

i know that eclipse and netbeans don't support git hooks. Is there perhaps another way to change automatically a XML before committing?

KingCrunch
  • 128,817
  • 21
  • 151
  • 173
user1791139
  • 606
  • 1
  • 11
  • 27

1 Answers1

0

You can try and declare a 'clean' script (a gitattribute filter driver, described in ProGit)

clean smudge

That would allow you to change what you are committing.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250