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).

How to install/setup TortoiseGit to work with GitHub

I have just installed Git For Windows, and created my SSH key using SSH through Cygwin. It seems to be …

git github cygwin tortoisegit
TortoiseGit - git not found

I'm using TortoiseGit with msysGit installed with the msysGit-fullinstall-1.6.4-preview20090729.exe and it works in a very strange way: on …

git msysgit tortoisegit
Git 'fatal: No such ref: HEAD'

A weird thing happend to my git repository. When I try to commit something in tortoisegit window I receive all …

git tortoisegit
Invalid SSL certificate when pushing to Git server

I am running Gitblit on a Windows Server and am trying to push data to a repository from another machine …

git ssl credentials tortoisegit gitblit
SSL certificate issue while creating git clone with TortoiseGit

I want to clone the git repository with the help of TortoiseGit, but I am getting error : error: SSL certificate …

git ssl ssl-certificate tortoisegit
Git error - unable to unlink old 'some/file/name' (Bad file descriptor)

When trying to switch/checkout (in TortoiseGit) to another branch, I get the following error: error: unable to unlink old …

git tortoisegit
Git pull error: unable to create file (Invalid argument)

I am trying to sync remote repo with local repo but getting following errors. Some files (which have not extention) …

windows git filenames tortoisegit
TortoiseGit using incorrect SSH key

I have a strange problem with tortoise git at the moment, which I can't figure out. When trying to commit …

git tortoisegit
Warning: You appear to have cloned empty repository in TortoiseGit

I am given a http git repository url along with username and password. I installed git and tried to clone …

git tortoisegit
How do I git-revert from the command line?

When I do git revert via TortoiseGit, I get this lovely window : However, when I want to do the same …

git tortoisegit