diff --git a/module3.ipynb b/module3.ipynb
index b623dbd..400b597 100644
--- a/module3.ipynb
+++ b/module3.ipynb
@@ -123,7 +123,39 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "# Study guide: Basic Interaction with GitHub"
+ "# Study guide: Basic Interaction with GitHub\n",
+ "\n",
+ "---\n",
+ "title: \"Study guide: Basic Interaction with GitHub | Coursera\"\n",
+ "source: \"https://www.coursera.org/learn/introduction-git-github/supplement/cOouv/study-guide-basic-interaction-with-github\"\n",
+ "author:\n",
+ " - \"[[Coursera]]\"\n",
+ "published:\n",
+ "created: 2025-03-07\n",
+ "description: \"In this module, you’ll be introduced to GitHub and learn how it works with Git. You’ll create new repositories and clone those repositories onto your computer. Next, we’ll explain what a remote repository is, how we can work with them, and how we ...\"\n",
+ "tags:\n",
+ " - \"clippings\"\n",
+ "---\n",
+ "There are various remote repository hosting sites:\n",
+ "\n",
+ "- [GitHub](http://github.com/)\n",
+ "- [BitBucket](https://bitbucket.org/product)\n",
+ "- [Gitlab](https://gitlab.com/).\n",
+ "\n",
+ "Follow the workflow at [https://github.com/join](https://github.com/join) to set up a free account, username, and password. After that, [these steps](https://help.github.com/articles/create-a-repo/) will help you create a brand new repository on GitHub.\n",
+ "\n",
+ "Some useful commands for getting started:\n",
+ "\n",
+ "| Command | Explanation & Link |\n",
+ "| --- | --- |\n",
+ "| git clone URL | [Git clone is used to clone a remote repository into a local workspace](https://git-scm.com/docs/git-clone) |\n",
+ "| git push | [Git push is used to push commits from your local repo to a remote repo](https://git-scm.com/docs/git-push) |\n",
+ "| git pull | [Git pull is used to fetch the newest updates from a remote repository](https://git-scm.com/docs/git-pull) |\n",
+ "\n",
+ "This can be useful for keeping your local workspace up to date.\n",
+ "\n",
+ "- [https://help.github.com/en/articles/caching-your-github-password-in-git](https://help.github.com/en/articles/caching-your-github-password-in-git)\n",
+ "- [https://help.github.com/en/articles/generating-an-ssh-key](https://help.github.com/en/articles/generating-an-ssh-key)"
]
},
{