Git Workshop
  • ⚪Overview
  • 🟤Guides
    • Git and GitHub
    • Features of Git
    • Features Of GitHub
    • Downloading and Installing Git Bash
  • 🟢Fundamental
    • Version Control
    • Repository
    • Branches
    • Commits
    • Pull and Push
    • WorkFlow
    • SSH Setup
  • 🔵Commands
    • Setup
    • Start a project
    • Make Changes
    • Review your Repo
    • Branches
    • Merging
    • Rebasing
    • Undoing
    • Synchronizing
    • Stashing
Powered by GitBook
On this page
  • 1. Tracks history.
  • 2. Free and open source.
  • 3. Supports non-linear development.
  • 4. Creates backups.
  • 5. Scalable.
  • 6. Supports collaboration.
  • 7. Branching is easier.
  • 9. Distributed development.
  1. 🟤Guides

Features of Git

1. Tracks history.

2. Free and open source.

3. Supports non-linear development.

4. Creates backups.

5. Scalable.

6. Supports collaboration.

7. Branching is easier.

9. Distributed development.

PreviousGit and GitHubNextFeatures Of GitHub

Last updated 3 years ago