SyntaxFix
Write A Post
Hire A Developer
Questions
You can use git-archive, for example:
git archive master | bzip2 > project.tar.bz2
Where master is the desired branch.
master