Git - Introduction

From Training Material
Jump to navigation Jump to search


title
Git - Introduction
author
Bernard Szlachta (NobleProg Ltd)

What is Git ⌘

British Slang

  • Variant of get
  • A contemptible person, often a fool
  • A bastard

Git-fool.png


Short definition ⌘

Git-definitions.png

Why Git? ⌘

Linus Torvalds has quipped about the name "Git":

"I'm an egotistical bastard, and I name all my projects after myself. First Linux, now git."

Git-why1.png Git-why2.png


Git History ⌘

Git-history.png

  • 2002 - Linux Kernel develops in BitKeeper
  • 2005 Apr 6 - BitMover drops free license and Linus starts GIT project
  • 2005 Jun 16 - GIT is officially used to track Linux
  • 2007 Feb 14 - GIT 1.5.0 is released (more humane)


Getting Help ⌘

 git commit -h 
 git help commit
 man git-commit