Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

10. Check history:

Code Block
git log

git log  command can produce very long message with every following key stroke. To exit viewing the log history, hit "q" key from your keyboard

11. check origin:

Code Block
git remote -v

...