Last active
January 9, 2025 18:59
-
-
Save shannonmoeller/c4a75f4e3500d33302658268e66f5b31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
BRANCH=${BRANCH:main} | |
# git clone --branch $BRANCH --depth 1 --single-branch --no-tags $1 | |
git clone --branch $BRANCH --single-branch --no-tags --filter=blob:none $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment