Monday, January 11, 2010

Who-T: git patches from tarballs

Who-T: git patches from tarballs
It is quite easy though to create git patches from your tarballs. Simply run the following command in the extracted directory:git init && git add --ignore-errors .; git commit -m "`basename $PWD`"

No comments: