aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git3
1 files changed, 3 insertions, 0 deletions
diff --git a/git b/git
index 8b9cf0a..35c7184 100644
--- a/git
+++ b/git
@@ -17,3 +17,6 @@ git filter-branch --tree-filter 'shell command' HEAD
# Show branches and their commits
git show-branch
+
+# export to zip
+git archive --format=zip --output path/to/file <object>