From 00c3b1b54468de7e7ee0b0f2e8a7327ddd06ac00 Mon Sep 17 00:00:00 2001 From: ClaraG Date: Mon, 4 Apr 2022 17:36:42 +0200 Subject: [PATCH] changes from sandbot --- NOTES.ipynb | 13 +++++++++++++ index.html | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NOTES.ipynb b/NOTES.ipynb index 7283a86..b23321a 100644 --- a/NOTES.ipynb +++ b/NOTES.ipynb @@ -25,6 +25,19 @@ "https://www.w3docs.com/snippets/javascript/how-to-randomize-shuffle-a-javascript-array.html" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# sync with git\n", + "\n", + "* open terminal \n", + "* cd into project folder\n", + "* git commit -a -m \"mychanges\"\n", + "* git pull \n", + "* git push\n" + ] + }, { "cell_type": "code", "execution_count": null, diff --git a/index.html b/index.html index a5ddffd..70ca72a 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@
Home Project - About* + About