Versions Compared

Key

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

...

  • git-checkout
    • checks out a specific branch or tag from the repository.
  • git-clone
    • clones a repository locally for the first time.
  • git-pull
    • pulls the recent changes from the remote repository into the local repository

Merge

TODO

Use Cases

Single User (Backup and Versioning Tool)

...