3

Does Git have keywords to use in code templates with Eclipse? I mean keywords as with svn. Something like $revision, $lastchangedby etc...

Thanks

edmond
  • 833
  • 3
  • 13
  • 31

1 Answers1

4

There is no Keyworkd on Git(https://git.wiki.kernel.org/index.php/GitFaq#Does_Git_have_keyword_expansion.3F),
But, you can implement that with script. (Git keyword substitution like those in Subversion?)

Community
  • 1
  • 1
Luan Oliveira
  • 338
  • 1
  • 10