Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.77 KB

File metadata and controls

55 lines (39 loc) · 2.77 KB
sort 5
title Git basics

Git basics

Git is a version control system, or VCS, tracks the history of changes as people and teams collaborate on projects together. As developers make changes to the project, any earlier version of the project can be recovered at any time.

Developers can review project history to find out:

  • Which changes were made?
  • Who made the changes?
  • When were the changes made?
  • Why were changes needed?

Complete tutorials

Selected sections:

Selected sections:

Cheat sheets

Tools

Meld – Visual diff and merge tool that can be used with Git commands git difftool and git mergetool

Tig – Git repository browser