#############################################
##############################################
$ git init
$ git add .
$ git commit -m "primer commit"
$ git remote add origin https://github.com/*usuario*/*nombredelrepositorio*.git
$ git push -u origin master'
#############################################
#############################################
$ git clone https://github.com/*usuario*/*nombredelrepositorio*.git
#############################################
#############################################
$ git branch
$ git checkout *rama*
$ git branch *nuevarama*