About 2,150,000 results
Open links in new tab
  1. Is Github.com source code open source? - Stack Overflow

    38 GitHub isn't open-source, but you can apply your ideas on an (open-source) GitHub-look-alike: GitLab A ruby application with its source code here). They accept suggestions and pull requests …

  2. Can open source code hosted at github be closed-source?

    30 Can the owner of an open source Github repository later decide to close it? What about other people's contribution to that project? Edit - several people focused only on the legal aspects. Besides …

  3. What's the workflow to contribute to an open source project using git ...

    Jan 6, 2014 · What's the workflow to contribute to an open source project using git pull requests? (eg. via Github) Asked 11 years, 11 months ago Modified 2 years, 4 months ago Viewed 8k times

  4. Are there any big spring-boot open source projects?

    Feb 20, 2019 · Here are some non pet store but a real world , non trivial , and open source application that use Spring Boot 2. Thingsboard which is an IoT platform with the microservice architecture.

  5. Is the actual source code for GitHub on GitHub? - Stack Overflow

    Jan 16, 2021 · 0 Yes, GitHub is developed on GitHub, using a variety of repositories. Most of the code is private, but some tools are open source and in public repositories. This is not in any way a secret, …

  6. Newest 'open-source' Questions - Stack Overflow

    Nov 10, 2025 · I just wanna try to contributing to open source world i see in github that android has androidx source code for material3 i wanna contribute to it but how to start that project in android …

  7. GitHub for Windows - is it open source? - Stack Overflow

    Jun 26, 2012 · Is GitHub for Windows open source? If so, I can't seem to find the repository.

  8. php - How can I have Github on my own server? - Stack Overflow

    Phabricator is open source and you can download and install it locally on your own hardware for free. The open source install is a complete install with the full featureset. Gitness gitness is open-source …

  9. How to install an npm package from GitHub directly

    Jul 7, 2013 · I know this is a bit late, but the trick is actually npm does not have a 1-to-1 mapping to Git repositories. Some projects build their source files before publishing rather than before committing, …

  10. git - Forking vs. Branching in GitHub - Stack Overflow

    More Specific :- In open source projects it is the owner of the repository who decides who can push to the repository. However, the idea of open source is that everybody can contribute to the project.