About 12,000,000 results
Open links in new tab
  1. What is the difference between Git for Windows and Github Desktop ...

    Oct 30, 2015 · Git for Windows includes "Git BASH" (uses MINGW64) and "Git GUI" (git-gui). There is folder context menu (windows shell integration) to access these. Includes the latest release of git. It …

  2. git - Going back to a previous commit in Github Desktop - Stack …

    Jan 15, 2016 · I am trying to use GitHub Desktop (i.e. the GUI application - NOT command line) to go back to a previous commit (on the same branch). Something that I would have thought is a core …

  3. Change Git repository directory location. - Stack Overflow

    55 If you are using GitHub Desktop, then just do the following steps: Close GitHub Desktop and all other applications with open files to your current directory path. Move the whole directory as mentioned …

  4. git - A lock file already exists in the repository, which blocks this ...

    Mar 3, 2021 · If your computer itself crashes (due to a non-Git bug, or the power failing, or whatever) while Git is in the middle of one of these operations, it's possible that Git never gets a chance to …

  5. git - Rollback uncommitted changes in GitHub Desktop (or Github for ...

    Mar 7, 2019 · I'm using Github Desktop (previously called GitHub for Windows) and I made a bunch of changes to my local files. It became such a mess that I decided I just want to rollback my local files …

  6. GitHub Cloning gives "file name too long" - Stack Overflow

    Jul 28, 2018 · When I clone my repository via GitHub Desktop it throws error that there is a file which name is too long ,I know that the file limit is 255 and I disabled it from ...

  7. How Can I Configure GitHub Desktop/Windows to Work with a Proxy?

    May 4, 2017 · New to working with git in Windows. I downloaded the GitHub Desktop application and can connect my account, but doing pushes/pulls fails because of an unresolved host. Asking around …

  8. Filename too long in Git for Windows - Stack Overflow

    Mar 22, 2014 · I'm using Git-1.9.0-preview20140217 for Windows. As I know, this release should fix the issue with too long filenames. But not for me. Surely I'm doing something wrong: I did git config …

  9. git lfs - Do all GitHub Desktop users need to have GitLFS installed ...

    Sep 13, 2024 · But GitHub Desktop doesn't register its executables in the system path, so users who want to use the commandline or visual studio code etc will not detect git, nor git-lfs. Users will have …

  10. git - Multiple GitHub accounts on the same computer? - Stack Overflow

    Oct 5, 2010 · Trying to work on both my actual "work" repos, and my repos on GitHub, from my computer. The work account was set up first, and everything works flawlessly. My account, …