About 17,400,000 results
Open links in new tab
  1. git help in Windows command prompt - Stack Overflow

    Apr 18, 2014 · The git help command on Windows (msysgit distribution) spawns web browser each time I run it. I tried git help -m which reports "No manual entry for ..." and git help -i which says "info: …

  2. How can I avoid having to do "git branch --set-upstream", and instead ...

    May 22, 2011 · It was tempting to say git branch --set-upstream origin/master, but that tells Git to arrange the local branch origin/master to integrate with the currently checked out branch, which is …

  3. "git: 'lfs' is not a git command" on macOS - Stack Overflow

    Nov 11, 2019 · This question is similar to: git: 'lfs' is not a git command unclear. If you believe it’s different, please edit the question, make it clear how it’s different and/or how the answers on that …

  4. git - fatal: The current branch master has no upstream branch - Stack ...

    May 1, 2014 · I'm trying to push one of my projects to github, and I keep getting this error: peeplesoft@jane3:~/846156 (master) $ git push fatal: The current branch master has no upstream …

  5. How to configure git push to automatically set upstream without -u?

    Jul 25, 2013 · I want git push origin to automatically set the upstream reference when I push a locally-created branch for the first time. I know about git push -u, but I don't want to have to think about …

  6. git: 'credential-manager' is not a git command - Stack Overflow

    Jun 29, 2021 · git config --get-all credential.helper will show that you have two of them set. Git tries them in order. The first one fails as "not found"; the second one fails due to a missing argument. Use git …

  7. how do i get git to show command-line help in windows?

    Use git <command> -h instead of --help or help. It works in all recent versions of Git for Windows, but gives only the short usage, not the full description.

  8. git - remote add origin vs remote set-url origin - Stack Overflow

    git remote add "origin" [email protected]:User/UserRepo.git below is used to change the url of an existing remote repository:

  9. git: 'remote-https' is not a git command? - Stack Overflow

    Jul 16, 2018 · However, I was able to resolve the problem by installing Git directly on the base system rather than relying on Conda's version. If you're facing a similar issue, consider installing Git on your …

  10. git: 'lfs' is not a git command unclear - Stack Overflow

    Dec 5, 2024 · Every time I enter in my command window git lfs install the message I get is git: 'lfs' is not a git command. See 'git --help'. I tried looking up for a solution, but none of the answers were clea...