diff options
author | Guangxiong Lin <[email protected]> | 2022-11-14 14:01:19 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-11-14 14:01:19 +0800 |
commit | 4822ee9ec2347a33841d4ed5570152aa2beb1edc (patch) | |
tree | 428354a4bedeede94b5c20e03827ca8469f2140d /git | |
parent | 996b362ce71e9f39c5c8fe7fff002e51567448c3 (diff) | |
download | cheatsheet-master.tar.gz cheatsheet-master.tar.bz2 cheatsheet-master.zip |
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> |