About 50 results
Open links in new tab
  1. Why can't I Download Git : r/github - Reddit

    Dec 16, 2023 · Since about 8 hours ago, I've been trying to download git version 2.43.0 - 64-bit from git-scm.com, all to no avail. This is my first time of trying…

  2. Where do I safely download Git from? : r/git - Reddit

    Feb 22, 2022 · Where do I safely download Git from? : r/git r/git Current search is within r/git Remove r/git filter and expand search to all of Reddit

  3. Trouble Installing Git on Windows : r/git - Reddit

    Apr 29, 2020 · Another option is to use the native git bash that is installed with git for Windows. Works for me when I need it. Just search git in the windows bar and should show up.

  4. a Walkthrough to install Git on Windows : r/git - Reddit

    Dec 16, 2021 · 71K subscribers in the git community. Linux wins with a single terminal command and done: sudo apt install git

  5. Install only GIT CMD without GIT GUI or GIT BASH on Windows : r/git

    Feb 11, 2023 · The git-for-windows GitHub releases page includes a version called MinGit which is a cut down version that may be suitable for you.

  6. Download Every Commit from a Github Project? : r/git - Reddit

    May 13, 2019 · I want to download every commit (from the time the project was created). Downloading (or using git clone) only downloads the most recent version but I want every version.

  7. Is Git necessary when there's Github Desktop? : r/git - Reddit

    Apr 17, 2021 · GitHub uses Git. GitHub desktop is a software for using GitHub on your desktop which is still based on git. If by git you barely mean the command line it is still advisable to learn it as it will …

  8. 7 Popular Git Clients for Windows : r/git - Reddit

    Mar 20, 2024 · 7 Popular Git Clients for Windows If you're on the hunt for the best Git client for Windows, you've probably realized there's a ton out there. I've been there, done that - here's some …

  9. Do I need to download Git onto my OS to be able to create ... - Reddit

    Actually you don't have to download git for it you can do that directly also but then you won't be able to access all the features of github, you can only create repos and commit in it. With git, you can keep …

  10. How download a repo at old commit? : r/git - Reddit

    How download a repo at old commit? New to git/github. I have this repo with 11 commits. I want to study the code (whole repo) after the 2nd commit. Just want to see the code in VS code to understand, not …