[git-users] Re: GIT command/plugin to create archive to send it for the code review

2015-03-17 Thread Ferdinando Santacroce
I will not suggest a proper way to do code review, as it is not what you requested, but I will try to answer to your question. There are two different ways to get a zip archive from a Git repository. *1) Use the command git bundle * It will create a compressed

Re: [git-users] GIT command/plugin to create archive to send it for the code review

2015-03-17 Thread Philip Oakley
The other option is a 'git bundle' which transfers the latest changes since a designated cut point. (-;Posting-Top-for-Apologies) Philip - Original Message - From: Gergely Polonkai To: git-users@googlegroups.com Cc: Raluca Popa Sent: Tuesday, March 17, 2015 6:43 AM Subject