About 808,000 results
Open links in new tab
  1. Download a single folder or directory from a GitHub repository

    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 directory str...

  2. Fastest way to download a GitHub repository - Stack Overflow

    224 I need to download the source code of the repository Spring data graph example into my box. It has public read-only access. Is there is an extremely fast way of downloading this code?

  3. How to download source in ZIP format from GitHub? [duplicate]

    What happens when the repository owner has not prepared a zip file, and you just want a download to use yourself? There is an answer and you don't need to go though that horrid process to download …

  4. How to download a branch with git? - Stack Overflow

    I have a project hosted on GitHub. I created a branch on one computer, then pushed my changes to GitHub with: git push origin branch-name Now I am on a different computer, and I want to download ...

  5. github: where is the "download or clone" button?

    GitHub's responsive design CSS always hides the <> Code button which is quite an annoying productivity killer. Definitely the wrong UI/UX assumption was made about screen size being an …

  6. Download a specific branch of a github project - Stack Overflow

    This can help you: How to clone a single branch in git? Where specifies: git clone <url> --branch <branch> --single-branch [<folder>] Docu : Git Clone -- [no-]single-branch Clone only the history …

  7. How to download .zip from GitHub for a particular commit sha?

    154 I want to download a .zip with the source of a library hosted on github, but I don't want the master, because every time I download I could be downloading a different version. This particular library …

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

    Sep 27, 2010 · I ran in to this problem today, and have found a way to download archives for a specific commit. If you go to a repository on git.kernel.org there is a clone section on the bottom.

  9. There is no "zip download" button to download source in .zip on github

    Some options are to download the full zip and manually extract the subdirectory that you want, or use git with sparse checkouts instead of downloading as a zip file. This approach does download the entire …

  10. How to clone/download code from a pull request - Stack Overflow

    Feb 16, 2017 · I found a source code in github. It has some pull request which indicates the changing code. I would like to download/clone one of them to my PC. Its pull request id is 3983 at the address …