Third Party Sources, git, and you

This is not a “new idea” but I can never find it when I need it. So if you too want to track some third party package that is not already in git (if it is then just fork it) then I suggest this method. Initial import $ mkdir <package> $ cd <package> $ tar -xzf <package>.tar.gz --strip-components 1 $ git add . $ git commit -m "Import version X. [Read More]
git