set master as the default branch when cloning

This commit is contained in:
Gautam krishna R
2019-12-08 00:13:51 +05:30
committed by GitHub
parent 03a65dd38b
commit 974b3b3790
+1 -1
View File
@@ -45,7 +45,7 @@
"colab": {}
},
"source": [
"!git clone --depth 1 https://github.com/nickwalton/AIDungeon/\n",
"!git clone --depth 1 --branch master https://github.com/nickwalton/AIDungeon/\n",
"%cd AIDungeon\n",
"!./install.sh\n",
"from IPython.display import clear_output \n",