About 7,450,000 results
Open links in new tab
  1. How do I "git clone" a repo, including its submodules?

    Sep 26, 2010 · How do I clone a git repository so that it also clones its submodules? Running git clone $REPO_URL merely creates empty submodule directories.

  2. How to download a model from huggingface? - Stack Overflow

    May 19, 2021 · Note that you need to have git lfs installed if you want to actually download the large files in the repo, rather than just references to them. If you run git lfs --version and get a …

  3. git - How to get certain commit from GitHub project - Stack …

    Dec 13, 2015 · I need to download the Facebook API from GitHub. Normally, I just click on the 'Downloads" tab to download the latest source code. In this case, I need an older commit:

  4. git - Download a single folder or directory from a GitHub …

    How can I download only a specific folder or directory from a remote Git repository hosted on GitHub? Say the example GitHub repository lives here: [email protected]:foobar/Test.git Its …

  5. git - Fastest way to download a GitHub repository - Stack Overflow

    And of course, if you want to use Git (which GitHub is all about), then what you do to get the code onto your system is called "cloning the repository". It's a single Git invocation on the command …

  6. Why do I need to download Git, if it is built into VS Code?

    Aug 10, 2023 · Make sure Git is installed. VS Code will use your machine's Git installation (at least version 2.0.0), so you need to install Git first before you get these features. If on one of …

  7. How do I download a specific git commit from a repository?

    Sep 27, 2010 · How can I download just this commit using git (I don't want the whole repo, just the one commit patch)? I have read the man pages for git-pull and git-cherry-pick and fiddled with …

  8. git - How do I clone all remote branches? - Stack Overflow

    After I did git remote update, then tried git branch, I only see local branches. But if I do git branch -a I can now see the remote branches and I can do a git pull <branchname> to get the branch I …

  9. git - How to download source in ZIP format from GitHub? - Stack …

    There is an answer and you don't need to go though that horrid process to download software, install and register keys and whatnot on GitHub, etc.! To simply download a repository as a zip …

  10. how to download and install git client for window using Powershell

    Oct 13, 2017 · Was looking to do the same without using chocolatey. The following is working for me, using powershell to download and install the 64-bit version of git-for-windows: