Hello, I'm new to git and I used svn before. I would like to know what are the best pratices when one generates an executable to be able to retreive sources related to the executable. With svn. It was automatic. I had a file, when updated, that get automatically the svn-revision number and other tags. If I generated an executable at any time I can always know from the executable how the retreive the corresponding sources with a function to read the file with tags. Is there a way to do it automatically with git or have I to generate a tag in git and than write it in file file that will be included in the executable?
Many thanks -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-users@googlegroups.com. To unsubscribe from this group, send email to git-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.