For questions about git-archive, a Git sub-command used to create an archive from part of a Git repository.
I've been wondering whether there is a good "git export" solution that creates a copy of a tree without the .…
git export git-archive svn-exportWhen I know I won't use a branch any more is it possible to close or lock it? Actually I …
git git-branch git-tag git-archiveI'm very confused about how to use git archive. I have a git repository with folder Foo, Bar and Baz …
git git-archiveI'm trying to checkout part of remote git repository. As recommended here, with help of command git archive --format=zip …
git git-checkout git-archiveI'm using git-archive to archive a subdirectory in a git repo, like so: git archive -o ../subarchive.zip HEAD subdir/* …
git subdirectory git-archiveI have a website directory versioned with git. I use submodules for required libraries like Twitter Bootstrap, colorbox and lessjs …
git-submodules git-archiveGiven a simple test repository with a single commit with two files, a and b, I can get a list …
git git-archiveI have a git repository with this .gitattributes: my_script.py export-subst Makefile export-ignore README.md export-ignore .gitattributes export-ignore .gitignore …
git gitattributes git-archive