Skip to content

Instantly share code, notes, and snippets.

@theChandrayMurmu
Created October 16, 2019 04:49
Show Gist options
  • Save theChandrayMurmu/d47e8f2f455b974397e76cc4568c424b to your computer and use it in GitHub Desktop.
Save theChandrayMurmu/d47e8f2f455b974397e76cc4568c424b to your computer and use it in GitHub Desktop.
Git Commands

Git is a version control system for tracking changes in computer files and coordinating work on those files among multiple people.

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment