On the command line
First you need to have git installed.
Git initialisaton
git init
git add .Commit your code to your local repository
git commit -m "replace with your own comments"Create a empty repository on Github


Last updated