-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Current git status tree
git tree
Show changes files in commit in tree format
git tree <commit>
Show changes files in diff in tree format
git tree <commit> <commit>
Useful commands that can be used in GitStatusTree#initialize
git diff-tree --no-commit-id --name-status -r <commit>
git diff-tree --no-commit-id --name-status -r <commit> <commit>e.g.
`files = (%x(git diff-tree --name-status -r #{commit1} #{commit2})).gsub(/\t/,' ').split(/\n/)`Metadata
Metadata
Assignees
Labels
No labels