Hasura-2.sh
· 171 B · Bash
Неформатований
git clone --no-checkout https://github.com/hasura/graphql-engine.git --depth 1
cd graphql-engine
git sparse-checkout init --cone
git sparse-checkout set v3
git checkout @
1 | git clone --no-checkout https://github.com/hasura/graphql-engine.git --depth 1 |
2 | cd graphql-engine |
3 | git sparse-checkout init --cone |
4 | git sparse-checkout set v3 |
5 | git checkout @ |
6 |