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

    Mar 16, 2016 · You are correct, Git Bash for Windows is not just bash compiled for Windows. It's package that contains bash (which is a command-line shell) and a collection of other, separate …

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

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

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

    Jul 11, 2017 · Git Bash emulates a bash environment on windows. It lets you use all git features in command line plus most of standard unix commands. Useful if you are used to Linux and want …

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

    Tried git reset --hard and git clean -d -f Both didn't work. The only thing that worked are any of the below ones: $ git reset --hard origin/master or $ git reset --hard HEAD~8 or $ git reset --hard …

  6. On Windows what is the difference between Git Bash vs Windows …

    May 29, 2019 · The Git installer will create a shortcut to launch this "private" version of bash, hence "git bash". The Windows command prompt runs the default Windows shell, CMD.EXE, …

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

    I would like to launch Git Bash from a Windows batch file. Here is what I tried so far: Launched Git Bash from Win 7 Start button Used CTRL+ALT+DEL to identify the process as "sh.exe" …

  8. Git Bash: Command Not Found Error - How to Resolve?

    Jul 1, 2024 · Is this specific to Git Bash or does the regular Windows cmd not know the git command either? Also, have you tried a clean re-install and made sure you had "Git from the …

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

  10. How to set aliases in Git Bash for Windows? - Stack Overflow

    How to alias commands in Git Bash for Windows downloaded from git-scm? I mean Bash commands, not Git. I’m on Windows 7. Edit: Writing aliases in .bashrc file (as suggested by …