I tried to play with patches in (Tortoise)git today, apparently for the second time since using git: it complained that I was already in the middle of patching.
At the moment whenever I use the git mergetool, it is defaulting the TortoiseSvn mergetool. Is there a way to configure the git merge开发者_开发问答tool to use TortoiseGit instead?It could be a path
When I do git revert via TortoiseGit, I get this lovely window : However, when I want to do the same from the command line, the documentation m开发者_JS百科anages to completely confuse me. How do I
I have a strange problem with tortoise git at the moment, whic开发者_如何学Ch I can\'t figure out. When trying to commit to my repository on github I get the error
My authentication keeps failing.I\'ve created my SSH keys and the public key has been imported by the local git admin, but I still get prompted for a password:
Git makes it very easy to compare differences between commits, using for instance the git commands diff and dif开发者_如何学Cftool. Also in TortoiseGit you just select two commits to compare them.
I will be happy for any suggestion, not only answers. My TortoiseGit is malfunctioning on my Win7 64bit machine.
We were an SVN shop - now we use git (cos all the cool kids are doing it). Each dev checks in code locally on their own git tree while working on new features.
A weird thing happend to my git repository. When I try to commit something in tortoisegit window I receive all files from project. I cannot revert them, when I pull from server I receive fatal: No suc
I\'m using TortoiseGIT and Windows XP and we\'ve set up a remote repository on a shared Network drive.