在Git提交之前替换文本文件中的$ markers $

时间:2012-06-28 08:03:37

标签: git git-svn

我的文本文件(java)我使用的标记如$Author$$Date$$Revision$,每次提交都会更新。

我怎样才能在Git中执行此操作?

1 个答案:

答案 0 :(得分:2)

你可以使用Git smudge and clean filters来做到这一点。 您也可以使用pre-commit hooks,但careful