About 1,160,000 results
Open links in new tab
  1. git - How can I delete a remote tag? - Stack Overflow

    For tortoise git users, at a scale of hundreds tags, you can delete multiple tags at once using UI, but the UI is well hidden under context menu. From explorer windows right click -> Browse …

  2. git - TortoiseGit not showing icon overlays - Stack Overflow

    I deleted all icon overlays starting with "Tortoise" in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer …

  3. git - TortoiseGit clone remote branch - Stack Overflow

    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 created a local branch wh...

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

    For me there was a problem to perform actions against the remote repository only when using TortoiseGit, through CMD / GitBash there have been no issue at all. So what I did was Very …

  5. git - How to reset credentials in TortoiseGit? - Stack Overflow

    How to reset the stored passwords depends on the URL style. For https credentials the username/password can be stored in the Windows credential store (see here on how to reset) …

  6. tortoisegit settings->git->remote not showing - Stack Overflow

    In order to see the "remote" option (under TortoiseGit -> Settings) you should launch (right click) TortoiseGit on a folder which belongs to a GIT working copy or on a repository. So, you have …

  7. git - TortoiseGit save user authentication / credentials - Stack …

    Dec 22, 2012 · It supports git-credential-wincred and git-credential-winstore. TortoiseGit 1.8.16 add support for git-credential-manager (Git Credential Manager, the successor of git-credential …

  8. 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?

  9. How to remove a local Git repo from TortoiseGit?

    Don't know about TortoiseGit but the git init command simply creates a (hidden) .git directory in the root of the repository and fills it with some needed files. So to undo an init all you need to …

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

    Nov 19, 2016 · 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 …