I am using gerrit as my code review and git system. And now I am trying to get only the files of a certain patchset in gerrit,excluding the other files in git repository. Is there any way to do this,like a git command or sth ?
For instance ,Here is a patchset ,Now I want download only the nine files changed in this commit, What can I do to make it?
repo sync
orgit pull
to get your files. in that case, just use local git commands to get what you need, no reason to download anything from gerrit web inteface