Skip to content

Instantly share code, notes, and snippets.

@mag5323
Last active August 29, 2015 14:13
Show Gist options
  • Save mag5323/9aa5669903fbd60227a2 to your computer and use it in GitHub Desktop.
Save mag5323/9aa5669903fbd60227a2 to your computer and use it in GitHub Desktop.

What is Git?

A free and open source distributed version control system.

Context

A simple situation showing when and how to use git

  • git init
  • git add
  • git commit
  • git remote
  • git push
  • git pull

Instructions

  • git branch
  • git checkout
  • git merge
  • git log
  • git stash
  • git reset
  • git clone
  • git whatever -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment