Git Basic Commands
Git Basic Commands
by Caleb Espinoza G.
$ git init
This command:
the SHA
the author
the date
and the message
$ git log
$ git show fdf5493
the commit
the author
the date
the commit message
the patch information
$ git checkout
https://codigofacilito.com/cursos/git
https://www.udacity.com/course/version-control-with-git--ud123
http://video.udacity-data.com.s3.amazonaws.com/topher/2017/March/58d31eb5
_ud123-git-keyterms/ud123-git-keyterms.pdf
$ the_end