Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Why on earth is git super awesome?

Why on earth is git super awesome?

Christopher Brown

September 28, 2011
Tweet

More Decks by Christopher Brown

Other Decks in Programming

Transcript

  1. ?

  2. $ cd my-project $ git init Initialized empty Git repository

    in /Users/cb/my-project/.git/ $ git add . $ git commit -m “initial commit”
  3. $ cd my-project $ git init Initialized empty Git repository

    in /Users/cb/my-project/.git/ $ git add . $ git commit -m “initial commit”
  4. $ cd my-project $ git init Initialized empty Git repository

    in /Users/cb/my-project/.git/ $ git add . $ git commit -m “initial commit”
  5. $ cd my-project $ git init Initialized empty Git repository

    in /Users/cb/my-project/.git/ $ git add . $ git commit -m “initial commit”
  6. $ cd my-project $ git init Initialized empty Git repository

    in /Users/cb/my-project/.git/ $ git add . $ git commit -m “initial commit”
  7. git merge git blame git status git log git checkout

    git branch git clone git rebase git config git revert git tag git reset git bisect git pull git fetch git stash git add
  8. git merge git blame git status git log git checkout

    git branch git clone git rebase git config git revert git tag git reset git bisect git pull git fetch git stash git add