Skip to content

Instantly share code, notes, and snippets.

@annidy
Created November 17, 2021 02:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save annidy/30471a1e6995211886325ae73f3a23ee to your computer and use it in GitHub Desktop.
Save annidy/30471a1e6995211886325ae73f3a23ee to your computer and use it in GitHub Desktop.
example download git branch source code
bash -c 'set -o pipefail && (git archive --remote=git@github.com:annidy/ObjCSameCodeFinder.git --format=tar master | tar -x)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment