- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Our company use TortoiseGit to commit program and save program ,but I'm new to TortoiseGit,I know CVS can show program version,Author,date and so on,as picture shows.Can anyone konw TortoiseGit can do the same thing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello
Please please the mouse pointer on the file whose information you want to select and then select properties.
In the window that opens select Git. You will see relevant git information on the file as can be seen below
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I am not aware of any method that automatically adds this information to your file either as a header or as a body.
You can however add manually the repository url.
The commit hash and message change from commit to commit and are displayed after you commit.
You can however access that information using the "git log" command in git-bash or using Tortoisegit or any other GUI.