add git commands

This commit is contained in:
Brian Wright 2025-12-01 16:15:58 +00:00
parent 6c89915892
commit dc46059b4a

View file

@ -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."
] ]