Answers for "git archive"

1

export zip git project bash

git archive --format zip --output /full/path/to/zipfile.zip master
Posted by: Guest on August-25-2020
0

git archive

git archive --format=tar HEAD
Posted by: Guest on June-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language