git – cheat list

$ git clone https://github.com/repository/repository.git
$ git status
$ git add MediaPlayerNotification/
$ git commit -a
$ git push

############################

$ git blame README.rd

Algunos comandos útiles con git 🙂