Slide 40
Slide 40 text
Checking out
Checking out code actually means to take your
working directory to a speci c change (commit),
branch, tag or or even different versions of les.
You can do all these things with just a simple
command git checkout .
$ git checkout # go to that commit
$ git checkout # checkout that file to previous
$ git checkout # go to another branch
$ git checkout # go to a tagged version of the r