Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 448 Bytes

git.md

File metadata and controls

18 lines (18 loc) · 448 Bytes

Git

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.

You will learn a lot about git including:

  • Installing git
  • Repositories
  • Tracking changes
  • Git concepts and architecture
  • Undoing Changes
  • Ignoring files
  • Navigating the commit tree
  • Branching
  • Stashing
  • Aliasing and collaboration
  • Remotes
  • Git tools