Skip to content

Instantly share code, notes, and snippets.

@metaperl
Created April 12, 2010 21:27
Show Gist options
  • Select an option

  • Save metaperl/364019 to your computer and use it in GitHub Desktop.

Select an option

Save metaperl/364019 to your computer and use it in GitHub Desktop.
git-add :: (New|Modified)+ -> Index -> Index'
git-commit :: Index -> Repo -> Repo'
git-commit-a :: Modified -> Index -> Repo -> Repo'
git-diff :: Modified -> Repo -> Diff
git-diff-cached :: Index -> (Commit)? -> Diff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment