介绍

Purpose:: Version control and collaboration platform.

Key Commands:

  • git clone: Clone a repository
  • git branch: List, create, or delete branches
  • git commit: Commit changes
  • git pull: Update local repository
  • git push: Update remote repository
  • git tag: Tagging the version.

Workflow

Git workflow diagram