Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Git has 3 major platforms for code sharing:

...

Panel

$ git clone https://github.com/rafaelpossas/git_tutorial.git
Cloning into 'git_tutorial'...
remote: Counting objects: 4, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 4 (delta 0), reused 4 (delta 0), pack-reused 0
Receiving objects: 100% (4/4), done.

$ cd git_tutorial
$ ls

GIT_TUTORIAL.txt README.txt

All our files were restored to the state of our last commit

...