0

Here is what i am doing.

1) Cloning my project from github to local machine.

"git clone https://github.com/xxxxxx/QACODE.git"

2) Then i am trying to zip my project through commandline.

"7z a QACODE C:/Users/Administrator/Desktop/workbench/*"

3) And this is what i am seeing in the compressed folder.

the .git folder i don't want to zip with. so suggest me a way to ignore .git folder from my zip file

Maniraj Mkr
  • 143
  • 1
  • 2
  • 12

1 Answers1

0

yeah it did works git archive --format zip --output /full/path/to/zipfile.zip master

Maniraj Mkr
  • 143
  • 1
  • 2
  • 12