From dc46059b4ab9023d8f0c2dd2e69db29cc55549d9 Mon Sep 17 00:00:00 2001 From: Brian Wright Date: Mon, 1 Dec 2025 16:15:58 +0000 Subject: [PATCH] add git commands --- ds1001_final/notebooks/Final_Project_Notebook.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ds1001_final/notebooks/Final_Project_Notebook.ipynb b/ds1001_final/notebooks/Final_Project_Notebook.ipynb index 3a5881f..2142317 100644 --- a/ds1001_final/notebooks/Final_Project_Notebook.ipynb +++ b/ds1001_final/notebooks/Final_Project_Notebook.ipynb @@ -512,6 +512,8 @@ "metadata": {}, "outputs": [], "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 push # This will push your changes to back to your remote repository on GitHub." ]