About 87,000 results
Open links in new tab
  1. 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 …

  2. show current GIT branch name in windows command prompt

    Mar 16, 2016 · Is is possible to display current git branch name in regular windows command prompt? Let's say on windows 7 or 10.

  3. How do I log in using the Git terminal? - Stack Overflow

    The terminal is the one integrated into Visual Studio Code, and it is Git Bash. What I want to do is sign into this different account and then push from that account.

  4. git - Download specific files from github in command line, not …

    Feb 6, 2012 · Copy the specific file's raw link from GitHub. (As you open the file in Github, on the top right corner you can see the option to open the file in raw mode. Open it in raw mode and …

  5. where do I select the terminal in Github? - Stack Overflow

    First time working in GitHub, and I am not sure how to access to the "terminal". Any idea? Do I need to install it?

  6. git - How do I check my github settings or who I'm signed in as on …

    May 23, 2016 · My friend set up my github for me and cloned a project onto my desktop. I want to see what is my profile name on the Github account he gave me. Is there a command to do that?

  7. Git log out user from command line - Stack Overflow

    Jan 30, 2015 · Is there a command for logging out of git? I'm turning my computer over to somebody else and don't want the git to be attached to my account in the terminal.

  8. How to change git account in Git bash? - Stack Overflow

    Jan 17, 2017 · In windows search for Manage window credentials This window will get opened in that look into generic credentials for git login, Then remove it by expanding it and pressing …

  9. github - Configuring user and password with Git Bash - Stack …

    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 …

  10. Uploading a project to GitHub using the command line

    Jan 28, 2018 · How do I upload a project to GitHub through the command line? I have installed Git on Windows. I am uploading my project by creating a new repository, but it did not upload by …