By alexmoreno, 27 January, 2013 All you need to know to start faster in Git:sudo git add .sudo git commit -m "function findFriends added"git push -u origin masterThat's it :-) categorias git howto