Top "Git-bash" questions

Git Bash is a bash shell bundled with Git for Windows that enables use of Git from the command line.

How to remove a directory from git repository?

I have 2 directories on my GitHub repository. I'd like to delete one of them. How could I do that without …

git github bitbucket delete-file git-bash
Ignoring directories in Git repositories on Windows

How can I ignore directories or folders in Git using msysgit on Windows?

windows git gitignore git-bash msysgit
How to change folder with git bash?

My default git folder is C:\Users\username\.git. What command should I use to go into C:/project?

git git-bash
Various ways to remove local Git changes

I just cloned a git repository and checked out a branch. I worked on it, and then decided to remove …

git git-bash
How to upload a project to Github

After checking Upload my project to github I still have no idea how to get a project uploaded to my …

upload github repository git-bash git-gui
How do I use Bash on Windows from the Visual Studio Code integrated terminal?

Visual Studio Code on Windows uses PowerShell by default as the integrated terminal. If you want to use Bash from …

visual-studio-code git-bash vscode-settings
Git for Windows: .bashrc or equivalent configuration files for Git Bash shell

I've just installed Git for Windows and am delighted to see that it installs Bash. I want to customise the …

windows git git-bash
How do I change the default location for Git Bash on Windows?

I am using Git on Windows 7 and access my repositories through Git Bash. How can I change the default location …

git windows-7 git-bash
Username and password in command for git push

It's possible to clone down a git repository, specifying username and password in the command. Example: git clone https://username:…

git git-bash
fatal: could not read Username for 'https://github.com': No such file or directory

I have the following problem when I try to pull code using git Bash on Windows: fatal: could not read …

git github git-pull git-bash