About 110,000 results
Open links in new tab
  1. What is Git Bash for Windows anyway? - Super User

    Mar 16, 2016 · I'm calling it Git Bash for Windows, which seems reasonable. In looking into "What is Git Bash" I read about Cygwin and a different thing called msys2, which seems to be related …

  2. Difference between Git GUI, Git Bash, Git CMD - Stack Overflow

    Jul 11, 2017 · What is the difference between Git GUI, Git Bash and Git CMD? I'm a beginner, and for doing my installations I usually find myself using both git bash and git CMD

  3. What is the exact meaning of Git Bash? - Stack Overflow

    Jul 23, 2013 · Git Bash I have been working with Git Bash for the last two days. I know now the basic operations such as commit, push, pull, fetch, and merge. But I still don't know what Git …

  4. Adding Git-Bash to the new Windows Terminal - Stack Overflow

    Jul 1, 2019 · I'm trying to add a new terminal (Git Bash) to the new Windows Terminal. However, I can't get it to work. I tried changing the commandline property in the profiles array to git …

  5. 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 …

  6. git bash - Various ways to remove local Git changes - Stack Overflow

    I just cloned a git repository and checked out a branch. I worked on it, and then decided to remove all my local changes, as I wanted the original copy. In short, I had to do the following two com...

  7. How do I use Bash on Windows from the Visual Studio Code …

    Mar 5, 2017 · Visual Studio Code on Windows uses PowerShell by default as the integrated terminal. If you want to use Bash from Visual Studio Code, what steps should be followed?

  8. git bash - How do I log in using the Git terminal? - Stack Overflow

    git config user.name my-name git config user.email my-email Which don't appear to have asked for any credentials. Upon Googling (just now) it appears that they are used just to set my …

  9. Set an environment variable in git bash - Stack Overflow

    Dec 9, 2015 · Git-bash gets all existing Windows environment variables at startup. Set up environment variables in .bash_profile file. .bash_profile is by default located in a user home …

  10. Git for Windows: .bashrc or equivalent configuration files for Git …

    Jul 30, 2011 · I've just installed Git for Windows and am delighted to see that it installs Bash. I want to customise the shell in the same way I can under Linux (e.g. set up aliases like ll for ls …