From 3cd37a25caf5fa0c8ed46e67f0a7b86818de8475 Mon Sep 17 00:00:00 2001 From: woose Date: Fri, 7 Mar 2025 14:37:59 +0300 Subject: [PATCH] update module3.ipynb --- module3.ipynb | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) 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", + "- [GitHubOpens in a new tab](http://github.com/)\n", + "- [BitBucketOpens in a new tab](https://bitbucket.org/product)\n", + "- [GitlabOpens in a new tab](https://gitlab.com/).\n", + "\n", + "Follow the workflow at [https://github.com/joinOpens in a new tab](https://github.com/join) to set up a free account, username, and password. After that, [these stepsOpens in a new tab](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 workspaceOpens in a new tab](https://git-scm.com/docs/git-clone) |\n", + "| git push | [Git push is used to push commits from your local repo to a remote repoOpens in a new tab](https://git-scm.com/docs/git-push) |\n", + "| git pull | [Git pull is used to fetch the newest updates from a remote repositoryOpens in a new tab](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-gitOpens in a new tab](https://help.github.com/en/articles/caching-your-github-password-in-git)\n", + "- [https://help.github.com/en/articles/generating-an-ssh-keyOpens in a new tab](https://help.github.com/en/articles/generating-an-ssh-key)" ] }, {