Skip to content

Instantly share code, notes, and snippets.

@snaewe
Created August 23, 2012 09:13
Show Gist options
  • Save snaewe/3434520 to your computer and use it in GitHub Desktop.
Save snaewe/3434520 to your computer and use it in GitHub Desktop.
git: get tree from commit
# Das tree Object zu einem commit Object erhält man z.B. mit...
git show commitish^{tree}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment