How to Create a GitHub Repo
Github is a code hosting platform. That allows you and others to work on projects from anywhere in the world.
Requirements:
- GitHub 2.16.7
- Git Bash
- Text Editor(Visual Studio Code
- Operating System(In my case-Windows
Steps:
1.Create a Repository: Go to www.github.com Open your github account.
You can press the Start a Project button or go to the top right of the header click the + tab and
choose a New repository. This will take you to Create a new repository page. You will see your
username as owner and next to it you will name your project. Next you decide if you want it to be
private or public. And if you would like to add a ReadMe. Which is an added text box at the bottom
of your files where you can explain what the project is and how or what you used to build the code.
Then click on Create repository button.
2.Clone: Once you are in your repository. There is a clone or download button. Click and copy the url. This you take to your git bash terminal and paste it. So you can have a copy of this repository locally in your computer.
3.Fork: If you would like to collaborate or use someone else's repository you can fork. This will make and add a copy of that repository to your account. Then you click and clone. Copy the url and take it to git bash terminal so you can paste it and have a copy locally.
This is a small overview of what Github is. And the basic steps to get you started with creating a repository in Github. If you would like to learn more about using Git command line in Git bash.
Use this guide: Adding a File to a Repository Using the Command Line This link: First Contributions helps you get started with your first contributions and will give you the practice needed to learn more about collaborations to others projects.
Learn Digital Skills
Find out when the next cohort begins!
The most comprehensive program to up your game in the remote career world.
Learn More