Last active 1729916423

knox revised this gist 1729916423. Go to revision

1 file changed, 5 insertions

Hasura-2.sh(file created)

@@ -0,0 +1,5 @@
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 @
Newer Older