Skip to content

Instantly share code, notes, and snippets.

@robertorodriguez12
Last active December 5, 2019 14:13
Show Gist options
  • Save robertorodriguez12/86ae3422b027e9d2d3c0ad37eb073393 to your computer and use it in GitHub Desktop.
Save robertorodriguez12/86ae3422b027e9d2d3c0ad37eb073393 to your computer and use it in GitHub Desktop.

GIT LOGO

Beginners Guide to Git

Written by Roberto Rodriguez

Honestly, at first glance there wasn't much or anything that I knew about GIT. In order to familiarize myself with GIT, I followed the steps below.

  1. The first thing I did was to visit Google
  2. Once at the Google homepage I conducted a search What is Git and this is what I found
  • GIT is a Free and Open Source version control system
  • GIT tracks changes in source code during software development
  • It is capable of handling small or large projects
  • Has a small footprint but performs with lightning speeds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment