About 2,090,000 results
Open links in new tab
  1. Difference between Git GUI, Git Bash, Git CMD - Stack Overflow

    Jul 11, 2017 · 146 Git CMD is just like regular Windows command prompt with the git command. It lets you use all of Git features through command line. Useful if you are already familiar with …

  2. Error "'git' is not recognized as an internal or external command"

    I have an installation of Git for Windows, but when I try to use the git command in Command Prompt, I get the following error: 'git' is not recognized as an internal or external command, …

  3. How do I log in using the Git terminal? - Stack Overflow

    Do git push and git pull operations use the gh auth login you have done? I thought this would only be effective for future gh operations, not for future git operations.

  4. How To Launch Git Bash from Windows Command Line?

    To add to this, when you have the GIT_HOME variable and you use the git-bash command (or git-cmd ) it will open it in a new window. If you add to the "PATH" environment variable, it will …

  5. command line - How to close git commit editor? - Stack Overflow

    I just executed a command $ git commit and it opens a new editor. But I'm trying to close that new commit editor. How to do this? I'm using Git for Windows.

  6. git undo all uncommitted or unsaved changes - Stack Overflow

    @EresDev, you don't have to execute git clean, it will undo uncommitted changes but keep all untracked or added files. But, it may affect build outcome because some of untracked files …

  7. windows - Where is git.exe located? - Stack Overflow

    I have PyCharm and I am looking around trying to find git.exe to set it up with my repo. What is the PATH to git.exe?

  8. How do I delete a Git branch locally and remotely?

    Jan 5, 2010 · Don't forget to do a git fetch --all --prune on other machines after deleting the remote branch on the server. ||| After deleting the local branch with git branch -d and deleting …

  9. How to change folder with git bash? - Stack Overflow

    Jan 22, 2012 · How to change folders in Git Bash As Bob mentioned, you can change directories with cd: cd /c/project If you have a Windows path with backslashes or spaces, enclose the …

  10. windows - git.cmd vs git.exe - what is the difference and which …

    The second is that git.cmd and gitk.cmd are added to PATH so that you can use it in cmd, Powershell, cygwin etc. without affecting other tools that you have on Windows.