Member-only story
How To Create New GitHub Project
Creating a new GitHub repo is easy. Just use GitHub homepage in logged in view. But this doesn’t really teach anything about git command line.
One of the first git skills you want to learn is creating a new repository to start committing and pushing changes to it.
But there is a catch…
You want to learn how do this using git on command line!
If you‘ve never done that before this tutorial is for you.
Sometimes the fastest way to learn is to watch!
This is probably one of the quickest video tutorials on the subject.
Working with git on the command line is absolute must-have when it comes to passing a coding interview and working as a Web Developer.
Where Should I Start?
First thing you want to do is create a GitHub repository. This can be done directly from your GitHub account.