Skip to content

Instantly share code, notes, and snippets.

@hongsw
Created September 4, 2023 21:24
Show Gist options
  • Save hongsw/87a56df66faaa6a3a5bcb409664cc719 to your computer and use it in GitHub Desktop.
Save hongsw/87a56df66faaa6a3a5bcb409664cc719 to your computer and use it in GitHub Desktop.
to get game_template only in sample repo, https://flutter.dev/games
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