Skip to content

keis/git-delta-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

git-delta-tree

Given a diff-tree style range creates a new tree object that contain only the changed files.

git-delta-tree HEAD~4..HEAD

A neat thing you can do with this is create a tarball of the changes

git archive `git-delta-tree HEAD~4..HEAD` -o patch.tgz

About

Create a tree that is the delta of two tree objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages