I have some Python scripts that have an $Id$ field set by .gitattributes at checkout. How can I use this ident string to check out (or otherwise identify) the specific version of the file?
The problem arises when a client uses a script, but isn't sure which version they've checked out. It would be nice to just ask for the $Id: ... $ and see which version they're using.