diff options
Diffstat (limited to 'git')
-rw-r--r-- | git | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |