Thursday, February 26, 2009

Chapter 26: Git/GitHub Blue Book Notes

  • git-config (p.180, 181, s-2)
  • Work Flow 1 (p.176)
  • -- git-clone (p.s-1, s-5)
  • -- "git-add ." (p.s-2,s-3)
  • -- git-status (p.s-2)
  • -- "git-commit -a -v" (p.s-2, s-3)
  • -- "git-commit --amend" (p.s-3)
  • git-fetch (Catching Up), patching (p.179)
  • -- git-apply (p.s-2) ; git-blame (p.s-3)
  • -- git-format-patch (p.s-6) ; git-send-email (p.s-6)
  • Logging, diffing, Gitk (p.178, s-2)
  • -- git-log (p.s-3) ; git-branch
  • .........
  • Merge/Rebase (p.177, p.s-5)
  • -- git-merge (p.s-5) ; git-cherry-pick (p.s-5)
  • Branching/Multiple Branches (p.177, s-4)
  • git-pull is fetch+merge (p.182, s-1, s-5)
  • git-checkout (p.s-3, s-4)
  • git-rm (p.s-3) ; git-mv (p.s-3)
  • git-show (p.s-3) ; git-tag (p.s-4)
  • git-init (p.s-2)

No comments:

Post a Comment