About 50 results
Open links in new tab
  1. How to add more commands to Git Bash? - Super User

    Jul 22, 2018 · I am working on windows machine and I use bash shell which comes with Git. But there are many utilities which are missing in this version of bash shell. How can I install more …

  2. Windows Bash Terminal takes over 10 seconds to load

    Oct 7, 2023 · When starting up Git Bash in a Windows terminal or VScode terminal, the screen is blank for 10 - 15 seconds before it initializes to having a working directory and cursor. After …

  3. Git Bash extremely slow start up on Windows - Super User

    Jul 24, 2022 · Explore related questions windows git-bash .bash-profile See similar questions with these tags.

  4. Git Bash history commands not saving when closed - Super User

    Aug 10, 2015 · Before when I installed Windows 10 when I press the arrow down or up button inside Git Bash I get my previous entered commands. But now when I have closed Git Bash i …

  5. How to add the 'tree' command to git-bash in Windows?

    I'm using git-bash in Windows 7. I'd like to see a tree of the current directory. However jcollum@DEVELOPER01 ~/Dev/express_coffee $ tree . s...

  6. performance - Git is extremely slow on Windows - Super User

    Dec 26, 2016 · 6 This Stack Overflow post worked for me: Git Bash (mintty) is extremely slow on Windows 10 OS Old question, I know, but I recently encountered the problem and found the …

  7. In Windows Terminal, how do I add bash as one of the shell options?

    Jan 19, 2023 · Git Bash: A Bash shell that is installed with Git for Windows. Designed primarily as a shell for working with Git on Windows at a command-line level. It is based on MSYS2, which …

  8. What is Git Bash for Windows anyway? - Super User

    Mar 16, 2016 · In most cases, mintty is a better choice for running commands (certainly for the utilities that come with the Git Bash for Windows package), but occasionally a Windows …

  9. cygwin - Is the option "Use Git and optional Unix tools from the ...

    Oct 28, 2015 · Any of the normal commands starting with git <some command> would work from the inclusion of git.exe. Use Git and optional Unix tools from the Windows Command Prompt …

  10. How to run Windows command prompt utilities options in Git …

    Nov 4, 2016 · An example that doesn't work in Git Bash but only in Windows prompt: // Git Bash $ ipconfig /all Error: unrecognized or incomplete command line. // Windows User&gt; ipconfig /all …