Showing posts with label git. Show all posts
Showing posts with label git. Show all posts

Monday, June 10, 2013

Commonly use obscure git commands

  • List files of a commit, ARG is commit hash
    • git diff-tree --no-commit-id --name-only -r ARG