About 2,230,000 results
Open links in new tab
  1. git bash - Possible to change GitBash color scheme on Windows …

    Jul 17, 2023 · 4 I'm using Windows 10 and have installed GitBash. I would like to change the background and foreground colors. However, I don't have permissions to install Windows …

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

    May 29, 2019 · Git bash is bash, which is IIRC the default shell on MacOS as well as (AFAIK) most Linux distros. It is not the default shell on Windows, although several implementations …

  3. What is the difference between Git Bash and the GitHub for …

    May 26, 2013 · I'm referring to the shell that comes with GitHub for Windows (Github CLI), and Git Bash (which has a stand alone installer).

  4. How to open git bash from specific folder in windows 11

    May 3, 2022 · In window 11 when we right click shows different options from windows 10. In windows 10 there is short cut to open current folder in a git bast. So what is short cut to open …

  5. How to add ssh key in git bash? - Stack Overflow

    Nov 27, 2019 · 4 To add key in Gitbash Make sure to use to enable ssh agent first. eval $ (ssh-agent -s) [enter image description here] [1] Now you can add ssh key in git bash using below …

  6. How to add man and zip to "git bash" installation on Windows

    Here's another, slightly different, set of instructions to install zip for git bash on windows: Navigate to this sourceforge page Download zip-3.0-bin.zip In the zipped file, in the bin folder, find the …

  7. How to upgrade Git on Windows to the latest version

    I just upgraded to Git 1.8.0.1 for Windows, from my previous version 1.7.9.mysysgit.0. I downloaded the new version from the Git site and installed through the normal Git installer …

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

    I've got what I'm hoping is a simple question, but I haven't been able to find the answer yet. I would like to launch Git Bash from a Windows batch file. Here is what I tried so far: Launched …

  9. Gitbash (MINGW64) - bash: rsync: command not found

    Gitbash (MINGW64) - bash: rsync: command not found Ask Question Asked 5 years, 6 months ago Modified 5 years, 6 months ago

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