Tortoisegit is an open-source shell extension for mysysgit, a powerful distributed Source Code Management tool. Tortoisegit provides version control and context menus (commit dialog, compare dialog, log dialog), bug tracking and other services for mysysgit.
0
votes
1answer
20 views
TortoiseGit - right click on file to commit just that file?
TortoiseGit uses a [Windows Explorer] context-menu "Git commit -> master" to commit changes.
Is it possible to configure this so that by default it only commits the file you right-clicked on (when ...
0
votes
1answer
54 views
0
votes
0answers
101 views
For tracking, visual diff & merging Word Documents, between TortoiseSVN, TortoiseGit & TortoiseHg which would be best? Or any others? [closed]
For tracking, visual diff & merging Word Documents, between TortoiseSVN, TortoiseGit & TortoiseHg which would be best? Or any others?
I've been reading interesting examples of people using ...
0
votes
0answers
55 views
Whats the difference between pulling from a branch into master and pushing that branch onto master?
In Tortoisegit, on the repository, I right-click and select sync. At the top of the dialog there are options for Local Branch and Remote Branch. If the local branch is named DeveloperA and the remote ...
8
votes
0answers
2k views
Why does TortoisePlink.exe show “No supported authentication methods available” where plink.exe works fine?
I have both TortoiseHg 2.3 64 bit and TortoiseGit 1.7.7 64 bit installed on Vista 64 bit.
Both TortoiseHg (ssh = "C:\Program Files\TortoiseHg\TortoisePlink.exe" -ssh -2 -C -batch entry in ...
1
vote
2answers
549 views
Can't kill process TGitCache.exe
Sometimes, I suspect when I open a music folder during the right moon phase and during a leap microsecond, this process crashes and pops up an error reporting dialogue. I decline to report the error, ...
1
vote
2answers
2k views
How can I download android source code with TortoiseGit
How can I download android source code with TortoiseGit? Here it is explained using Repo but I use TortoiseGit.
EDIT1
@heavyd, If I do that I get this error(and my local folder is deleted!). I also ...
0
votes
2answers
846 views
cygwin git status and tortoise git commit show different changes
On my Win7 Pro 64-bit machine I have TortoiseGit and cygwin with git. If I try to find the pending changes I do get different results from cygwin and TortoiseGit. I'm sure the result of cygwin git is ...
3
votes
2answers
2k views
How to continue cloning a Git repository that the download was stopped?
I was cloning a Git repository when suddenly my inernet connection failed. So the download was stopped and about 50% of total files was downloaded.
But I cannot continue to download to download. If I ...
4
votes
1answer
2k views
Can't Install msysgit/tortoisegit
I ran msysGit-netinstall-1.7.0.2-preview20100407-2.exe.
(http://code.google.com/p/msysgit/downloads/list)
Then I ran TortoiseGit-1.4.4.0-64bit.msi.
...
1
vote
1answer
7k views
Commit vs push and stash in git
I want to learn a little about git. I know a decent amount of svn so i understood the tortoiseGit interface. What i don't understand is the pull VS fetch and the push. What is the difference between ...
2
votes
2answers
2k views
Why is tortoise-git changing my file permissions?
I switch between using tortoise git and cmd line git on cygwin very frequently, and lately I've noticed that when I git status via cygwin and no changes are found, then I go to use tortoise git, and ...
3
votes
1answer
1k views
How to convert TortoiseSVN to TortoiseGit
I am currently using TortoiseSVN for version control. I want to convert to Git so I though TortoiseGit would be the easiest move.
How do I convert my repository to a Git one while preserving all ...