mirror of
https://github.com/harivansh-afk/ds1001_final.git
synced 2026-04-15 09:01:15 +00:00
add git commands
This commit is contained in:
parent
6c89915892
commit
dc46059b4a
1 changed files with 2 additions and 0 deletions
|
|
@ -512,6 +512,8 @@
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
|
"#Optional code to add, commit, and push changes to your GitHub repository\n",
|
||||||
|
"!git add .\n",
|
||||||
"!git commit -m \"Insert Message Here\" # This will commit your changes to git. \n",
|
"!git commit -m \"Insert Message Here\" # This will commit your changes to git. \n",
|
||||||
"!git push # This will push your changes to back to your remote repository on GitHub."
|
"!git push # This will push your changes to back to your remote repository on GitHub."
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue