About 2,210,000 results
Open links in new tab
  1. git - TortoiseGit clone remote branch - Stack Overflow

    Sep 13, 2018 · I am trying to come to terms with Git as I recently started using it (long time Subversion user) and I cannot find a way to clone a remote branch with TortoiseGit. I have …

  2. TortoiseGit vs Git Extensions - Stack Overflow

    May 15, 2011 · What are the benefits and disadvantage of using either Git Extensions or TortoiseGit on a Windows Based OS?

  3. git - Suddenly getting "No supported authentication methods …

    To resolve, I simply cleared all authentication data from my TortoiseGit, under: Context menu "Tortoise Git" -> Settings -> Saved Data -> Authentication data [Clear]

  4. git - Cherry pick using TortoiseGit - Stack Overflow

    Feb 23, 2012 · How do I run the cherry pick command using TortoiseGit UI?

  5. git - TortoiseGit clone option is unavailable in right-click context ...

    Dec 2, 2015 · Per your comment, I deleted the .git folder in my user directory so that the make clone available again (still wasn't visible). I then unchecked the Clone option in the Set Extend …

  6. git - Branch - Fetch / Pull from remote using TortoiseGit - Stack …

    Jul 16, 2014 · Make tortoise Git Switch to 1.0.0-Enhancements branch. Use tortoiseGit to fetch from the remote branch. But after doing this when I look at the history of my 1.0.0 …

  7. TortoiseGit with openssh key not authenticating using ssh-agent

    Git or Bash is not working with ssh-agent by default, because they using it's own ssh.exe. I would like to go with system ssh.exe (for win10 it located in …

  8. How do I delete a Git branch with TortoiseGit - Stack Overflow

    Mar 14, 2012 · Is there an option to delete a branch with TortoiseGit? I found a solution for the commandline. Is there an implementation in TortoiseGit?

  9. git - How to perform rebase (squash) using tortoisegit - Stack …

    Sep 21, 2012 · Enable “Allow –force push”. Now perform a “forced push”. I don’t know if Tortoise Git has a gui option for this, but it is easy to do via the command prompt: cd [your repo folder] …

  10. git - How do I edit an incorrect commit message with TortoiseGit ...

    Jul 15, 2013 · How I can edit commit message with tortoiseGIT? The question is very similar to this but I want to do this with TortoiseGit not with console, is it possible?