Graphical aspect may vary depending on your choices in following the instructions below, but the end result should look something like this:
##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:alexpchin/.git