Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 484 Bytes

intro-to-git.md

File metadata and controls

18 lines (10 loc) · 484 Bytes

Introducing 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.

It's pretty cool.

Why Git is cool

Git has a lot of cool features the make our development life easier like:

  • Branches
  • Distrubuted Development
  • Pull Requests (Extra enhancement)

Dont worry if you dont understand any of this well touch on this things a much more.

Next