Skip to content

tsukurite/git-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

git-package

copy only changed files

Installation

$ cd "`git --exec-path`"
$ [sudo] curl -OL https://raw.githubusercontent.com/tsukurite/git-package/master/git-package
$ [sudo] chmod +x git-package

or

$ git clone http://github.com/tsukurite/git-package.git
$ [sudo] ln -s "`pwd`"/git-package/git-package "`git --exec-path`"

Usage

all sasaplus1's commit:

$ git package --author=sasaplus1

today's my commit:

$ git package --since=midnight --author=`git config --get user.name`

since 2015-03-03:

$ git package --date=local --since="2015-03-03"

latest 5 commits:

$ git package HEAD~5..HEAD

all arguments pass to git log. if you want to know other options, execute git log --help.

License

The MIT license. Please see top of git-package.

Releases

No releases published

Packages

No packages published

Languages