Skip to main content

4 docs tagged with "open source"

View all tags

Create a Pull Request

Learn how to create a pull request (PR) on GitHub to propose changes, collaborate with others, and contribute to open-source projects.

Introduction to Git & GitHub

Learn what Git and GitHub are, why they’re essential for developers, and how to get started with version control effectively.

Introduction to GitHub

Get started with GitHub in less than an hour! Learn the basics of Git and GitHub, create a new repository, clone a repository, create a branch, make changes to a file, commit changes, push changes to GitHub, create a pull request, and merge a pull request.

Merge a Pull Request

Learn how to merge a pull request (PR) on GitHub after code review, understand different merge methods, and clean up branches after merging.