About 385,000 results
Open links in new tab
  1. Configuring user and password with Git Bash - Stack Overflow

    I am using Git Bash on Windows 7. We are using GitHub as our repository origin. Every time I push or pull I have to provide user and password credentials. I know that my SSH keys are set up correc...

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

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

    Open a Windows command window, and execute this script. If there is a change in your working directory, it will open a bash terminal in your working directory, and display the current git status.

  4. How do you copy and paste into Git Bash - Stack Overflow

    Feb 21, 2010 · 68 It's not really a function of git, msys, or bash; every windows console program is stuck using the same cumbersome copy/paste mechanism for historical reasons. Turning on QuickEdit …

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

    Dec 9, 2015 · 68 If you want to set environment variables permanently in Git-Bash, you have two options: Set a regular Windows environment variable. Git-bash gets all existing Windows …

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

    Jan 22, 2012 · On Windows, you change the default starting directory for Git Bash. Right click git-bash.exe, select Properties, open Shortcuts, and change Start in: to your most commonly used …

  7. How to add a "open git-bash here..." context menu to the windows …

    How to add a context (aka right click) menu to the windows explorer that, when clicked, opens the git-bash console in the current explorer folder?

  8. Why git can't remember my passphrase under Windows

    I have just start using git and i can't get it to remember my passphrase I'm using cmd.exe elevated and my git host is github and i have create a ssh key like that guide on github but i still get ...

  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-bash.exe but no …

  10. Git Bash (mintty) is extremely slow on Windows 10 OS

    Mar 19, 2017 · Per @Alexandre Jobin's comment, Git Bash can be very slow if your HOME variable points to a shared network folder. See also the answers to this related question for more solutions. …