Pasos para hacer commit:
- 
sudo su
 - 
git config --global user.name "tunick"
 - 
git config --global user.email [email protected]
 - 
git init
 - 
git add README.md
 - 
git commit -m "esto es un commit"
 - 
git remote rm origin
 - 
git remote add origin https://github.com/wuolayuju/rpi_5n.git
 - 
git push -u origin master