Twenga / twgit

Twgit is a free and open source assisting tools for managing features, hotfixes and releases on Git repositories. It provides simple, high-level commands to adopt the branching model describes in our documentation. Supported OS: Debian/Ubuntu Linux, Mac OS X 10.8 (Mountain Lion) or lower.
http://twgit.twenga.com/
Other
111 stars 34 forks source link

Handle git archive #96

Open geoffroy-aubry opened 11 years ago

geoffroy-aubry commented 11 years ago

twgit feature|release|demo archive [filename]

Some examples from http://stackoverflow.com/a/163769/1813519 :

git archive --format zip --output /full/path/to/zipfile.zip master
git archive --format=tar --remote=ssh://remote_server/remote_repository master | tar -xf -
git archive --format=tar --remote=ssh://remote_server/remote_repository master path1/ path2/ | tar -xv

Manual: http://git-scm.com/docs/git-archive