Version Control System
$ mkdir Project $ cd Project $ git init $ touch README $ git add README $ git commit -m "first commit" $ git remote add origin <url> $ git push -u origin master
CLI?!? OMG!!
Source Tree - https://www.sourcetreeapp.com/download/
João Pina
eu[at]tomahock.com
@Tomahock