This repository will guide you through the basics of using Git.
There are several md files in this repository, each covering a different aspect of Git.
Fork this repository to your own GitHub account, then follow the links below to access each section.
1️⃣ Getting Started: How to install Git and configure your ssh keys to work with GitHub.
2️⃣ git add & commit: How to add files to the staging area and commit them to your local repository. Most commonly used Git commands
3️⃣ git push & pull: How to push your local commits to a remote repository and pull changes from a remote repository to your local repository.
4️⃣ git branch & checkout: How to create and switch between branches in your repository.
5️⃣ pull requests: How to create and manage pull requests (PR) on GitHub (Make your contribution to other's repo).
More sections will be added soon!
Welcome to contribute Japanese/Chinese or any other translations for this tutorial! You can create a new branch, add your translation files, and open a pull request.
If you found this tutorial helpful, please consider starring the repository ⭐ 😃