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