mirror of
https://github.com/harivansh-afk/ds1001_final.git
synced 2026-04-15 10:05:15 +00:00
added git hub cline hook for final project
This commit is contained in:
parent
893054114c
commit
2756572346
1 changed files with 14 additions and 2 deletions
|
|
@ -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": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue