Summary
Below you will find a collection of tutorials teaching the basics of GitHub, the version control system.
Before You Start
These tutorials assume you have a basic understanding of the terminal and Git.
Tutorials
Introduction
Why should I use GitHub?**
Learn why you should use GitHub.
GitHub Workflow
Create a remote repository
Learn how to create a remote repository on GitHub.
Clone a repository
git clone https://github.com/username/repo-name.git
Add a remote repository to your project
git remote add origin https://github.com/username/repo-name.git
Add a collaborator to a repository
Learn how to add a collaborator to your remote repository on GitHub.
Push changes to your remote repository
git push remote-repo-name branch-name
Create a pull request
Learn how to create a pull request on GitHub.
Get changes from remote repository
git fetch origin
Advanced workflow
Learn an advanced workflow you can use with Git and GitHub.
* work in progress
** coming soon
Notice any errors? Have other questions or suggestions? Send your comments and questions to contact@simpledev.io.