Skip to content

Instantly share code, notes, and snippets.

@nmccready
Created November 23, 2021 11:43
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 nmccready/cf02532856f2b2e3e55a645dcb6d6d0e to your computer and use it in GitHub Desktop.
Save nmccready/cf02532856f2b2e3e55a645dcb6d6d0e to your computer and use it in GitHub Desktop.
git checkout single file
# https://stackoverflow.com/questions/1125476/retrieve-a-single-file-from-a-repository
git clone --no-checkout --depth=1 --no-tags $1
git restore --staged $2
git checkout $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment