Tagged Questions
2
votes
3answers
114 views
git client which can do a directory diff
I know that the latest git can use this command to directory diff two versions:
git difftool -d <sha1> <sha1>
But I can't find any git clients(GUI) which can do this job.
I've tried
...
0
votes
1answer
211 views
Browse old revisions of a git Repository
In SVN/TortoiseSVN, there was the GUI 'Repository Browser', which allowed to browse a previous 'state' of a repository. For example, I could go to log, pick an old revision, right-click on it, choose ...
0
votes
1answer
57 views
Tracking everything locally but making only .c and .h changes available on github
I'm going to start tracking a project I'm working on using TortoiseGit. I have a lot of .c and .h files, and then I also have .exe, .obj, .pdb, .ilk, suo, etc. I would like to create a snapshot of ...
