Created
September 4, 2023 21:24
-
-
Save hongsw/87a56df66faaa6a3a5bcb409664cc719 to your computer and use it in GitHub Desktop.
to get game_template only in sample repo, https://flutter.dev/games
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
git clone --filter=blob:none --no-checkout --depth 1 --sparse https://github.com/flutter/samples.git | |
cd samples | |
ls | |
git sparse-checkout add game_template | |
git checkout | |
ls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment