Top "Tortoisegit" questions

TortoiseGit is an open-source Windows-based application that allows the Git distributed revision control system to be used directly from Windows Explorer (using context menus).

TortoiseGit: What's the difference between "Git Sync", "Fetch" and "Pull"?

I am moving from TortoiseSvn to TortoiseGit. But enountered some unexpected difficulties. My working paradigm is as simple as: Check …

git tortoisegit
GIT: "fatal: unable to write new_index file" while commit

When I try to commit changes to local repo, I have got following message: fatal: unable to write new_index …

git tortoisegit
Instructions on using TortoiseGit to interact with an SVN repository?

I've been using TortoiseSVN on Windows for years with local filesystem repositories for my own projects. I'm planning to start …

svn git-svn tortoisegit
How to set up tortoisegit to not require password using ssh

I am having trouble getting git/tortoisegit to use my supplied ssh key (created using PuttyGen). In the command prompt …

git tortoisegit
Why is the "Load putty key" field in TortoiseGit disabled?

I would like to connect to my repository using an SSH key instead of a username & password. However when …

git putty ssh-keys tortoisegit
How can I stop and start TGitCache.exe gracefully

I want to remove my local repository entirely, but TGitCache.exe keeps an open handle to the directory. I would …

git tortoisegit
Difference between TortoiseGit Git Sync and Pull?

I am comming from a SVN environment and I am exploring Git with TortoiseGit. When I right-click a 'checked-out' Git …

git sync tortoisegit git-pull
Reapply a commit that was undone by conflict?

I have this commit that was undone by someone who doesn't know how to deal with conflicts. Is there an …

git github tortoisegit
clone parts of a github project

Possible Duplicate: Is there any way to clone a git repository’s sub-directory only? I'm trying to clone parts of …

git github tortoisegit
How can I make a Pull request using TortoiseGit

In TortoiseGit When I hit Right Click -> Push, OK, Give it User/Pass then after that there is …

git repository tortoisegit