added git hub cline hook for final project

This commit is contained in:
Brian Wright 2025-11-25 17:48:17 +00:00
parent 893054114c
commit 2756572346

View file

@ -34,7 +34,19 @@
"id": "2f556f44",
"metadata": {},
"source": [
"### You should now be able to open the new repo in Google Collab "
"### You should now be able to open your cloned repo in google collab, use the code below. "
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "fd9c6e15",
"metadata": {},
"outputs": [],
"source": [
"!git clone \"https://github.com/username/repository.git\"\n",
"# This script clones a GitHub repository using Git command line tool. \n",
"# Insert the path to your desired repository in place of the URL."
]
},
{
@ -59,7 +71,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "cca2a44d",
"metadata": {},
"outputs": [],