cheat-sheet.md: Mention 'config', 'diff', 'branch', 'remote', ...
authorW. Trevor King <wking@tremily.us>
Mon, 10 Jun 2013 19:13:07 +0000 (15:13 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 30 Nov 2013 00:10:14 +0000 (16:10 -0800)
commit97941bc3b8b6b9a07f2ca277f69f485b12077a4b
treef278971c2398aa5e3415af4c64a884c4580a8ccd
parent36d8c70185937c89de0818b67eee54522592feab
cheat-sheet.md: Mention 'config', 'diff', 'branch', 'remote', ...

Also mention:

* checkout
* rebase
* commit --amend
* reset

With the exception of 'commit --amend', these were all used or
mentioned in Matt Davis' Git-via-GitHub notes [1].

After editing cheat-sheet.md in my text editor, staging and committing
it was the usual:

  $ git add cheat-sheet.md
  $ git commit --all --verbose

[1]: http://git.tremily.us/?p=swc-version-control-git.git;a=commit;h=fda4a1a751211ccbf9deac1d5bea7d7f1ad0f033
cheat-sheet.md