📄️ Create a GitHub account
Learn how to create a GitHub account in a few simple steps. Get started with GitHub and start collaborating with others, contributing to open-source projects, and building your portfolio.
📄️ Create a New Repository
Learn how to create a new repository on GitHub in a few simple steps. Start a new project, share your code with others, and collaborate with your team using GitHub repositories.
📄️ Clone a Repository
Learn how to clone a repository from GitHub to your local machine using Git. Clone a project, work on it locally, and push your changes back to GitHub.
📄️ Create a Branch
Learn how to create a new branch in a Git repository. Create a branch to work on new features, bug fixes, or experiments without affecting the main codebase.
📄️ Make Changes to a File
Learn how to make changes to a file in a Git repository. Edit files, add new content, and update existing code in your project.
📄️ Commit Changes
Learn how to commit changes to a Git repository using Git. Commit your changes, add a commit message, and keep track of your project history with Git commits.
📄️ Push Changes to GitHub
Learn how to push your local commits to a remote repository on GitHub. Understand the difference between local and remote repositories and how to keep them in sync.
📄️ 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.
📄️ 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.