Project Setup
Learn why remote repositories are important and how to create projects on GitHub.
Steps to Create a Project
- Create a repository on GitHub
- Initialize a local repository with
git init
-
Connect local to remote with
git remote add origin <URL>