diff --git a/README.md b/README.md index 5915e0959..811c4a8f5 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,13 @@ For example: svn co https://github.com/flutter/samples/trunk/provider_shopper ``` -You can also use a shallow clone to download just the latest revision: +You can also use a +[partial clone](https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/) +to skip blob objects that aren't currently checked out, +while including the full commit history: ``` -git clone --depth 1 https://github.com/flutter/samples.git +git clone --filter=blob:none https://github.com/flutter/samples.git ``` ## Interested in contributing? diff --git a/animations/assets/eat_cape_town.jpg b/animations/assets/eat_cape_town.jpg deleted file mode 100644 index 4c5fb15b5..000000000 Binary files a/animations/assets/eat_cape_town.jpg and /dev/null differ diff --git a/animations/assets/eat_new_orleans.jpg b/animations/assets/eat_new_orleans.jpg deleted file mode 100644 index 428706ccb..000000000 Binary files a/animations/assets/eat_new_orleans.jpg and /dev/null differ diff --git a/animations/assets/eat_sydney.jpg b/animations/assets/eat_sydney.jpg deleted file mode 100644 index 420f8533b..000000000 Binary files a/animations/assets/eat_sydney.jpg and /dev/null differ