Tagged Questions
0
votes
1answer
77 views
view the git repository on remote linux server -> in Windows?
Problem: Need to view Git history visually in windows, repository is on remote Linux server (Ubuntu).
Question: What are two easy ways to view the git repository on remote linux server -> in Windows?
...
0
votes
1answer
56 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 ...
1
vote
3answers
1k views
How do you undo a hard reset in Git Gui or Gitk on Windows?
I'm using Git Gui and Gitk on Windows. How do I undo a hard reset from within the past two hours?
(Is it possible to do this from these applications, without using the command line?)
I saw this SO ...
