Post · June 13, 2019
GitHub Pages: Advanced Uses
Discover the advanced capabilities of GitHub Pages-from powering blogs and documentation to hosting static web apps with site generators like Jekyll, Hugo, and Gatsby
Read →Tag Archive
Archive for this tag.
Post · June 13, 2019
Discover the advanced capabilities of GitHub Pages-from powering blogs and documentation to hosting static web apps with site generators like Jekyll, Hugo, and Gatsby
Read →Post · June 11, 2019
Learn how to set up and host your website for free using GitHub Pages. Discover how developers use GitHub's static site hosting to deploy professional sites with ease
Read →Post · June 10, 2019
As a developer, you have probably come across the term repository hosting service. In simple terms, a repository hosting service is an online platform where you can store and manage your source code. There are several repository hosting services out there, with the most popular being GitHub, GitLab, and Bitbucket. While these platforms have become an integral part of the software development process, they do come with their own set of advantages and disadvantages.
Read →Post · June 08, 2019
New to GitHub? Learn the fundamentals of version control, repositories, pull requests, and collaboration with this in-depth beginner's guide to GitHub.
Read →Post · May 30, 2019
Git submodules let you embed one Git repository inside another and pin it to a specific commit. This guide (as of 2019-05-30) covers when submodules shine, where they hurt, practical workflows, best practices, and common pitfalls-so you can decide if they're the right tool for your project.
Read →Post · May 20, 2019
Explore why Git became the standard distributed version control system. Understand its architecture, workflows, trade-offs, and best practices for modern software teams.
Read →