update module3.ipynb

This commit is contained in:
Yavuz Sava 2025-03-07 14:37:59 +03:00
parent 2c51525e22
commit 3cd37a25ca

View File

@ -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, youll be introduced to GitHub and learn how it works with Git. Youll create new repositories and clone those repositories onto your computer. Next, well 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<svg aria-labelledby=\"cds-react-aria3604314262-:r3lv:-title\" fill=\"none\" focusable=\"false\" height=\"16\" role=\"img\" viewBox=\"0 0 20 20\" width=\"16\" class=\"css-8blerm\" id=\"cds-react-aria3604314262-:r3lv:\"><title id=\"cds-react-aria3604314262-:r3lv:-title\">Opens in a new tab</title></svg>](http://github.com/)\n",
"- [BitBucket<svg aria-labelledby=\"cds-react-aria3604314262-:r3m1:-title\" fill=\"none\" focusable=\"false\" height=\"16\" role=\"img\" viewBox=\"0 0 20 20\" width=\"16\" class=\"css-8blerm\" id=\"cds-react-aria3604314262-:r3m1:\"><title id=\"cds-react-aria3604314262-:r3m1:-title\">Opens in a new tab</title></svg>](https://bitbucket.org/product)\n",
"- [Gitlab<svg aria-labelledby=\"cds-react-aria3604314262-:r3m3:-title\" fill=\"none\" focusable=\"false\" height=\"16\" role=\"img\" viewBox=\"0 0 20 20\" width=\"16\" class=\"css-8blerm\" id=\"cds-react-aria3604314262-:r3m3:\"><title id=\"cds-react-aria3604314262-:r3m3:-title\">Opens in a new tab</title></svg>](https://gitlab.com/).\n",
"\n",
"Follow the workflow at [https://github.com/join<svg aria-labelledby=\"cds-react-aria3604314262-:r3m5:-title\" fill=\"none\" focusable=\"false\" height=\"16\" role=\"img\" viewBox=\"0 0 20 20\" width=\"16\" class=\"css-8blerm\" id=\"cds-react-aria3604314262-:r3m5:\"><title id=\"cds-react-aria3604314262-:r3m5:-title\">Opens in a new tab</title></svg>](https://github.com/join) to set up a free account, username, and password. After that, [these steps<svg aria-labelledby=\"cds-react-aria3604314262-:r3m7:-title\" fill=\"none\" focusable=\"false\" height=\"16\" role=\"img\" viewBox=\"0 0 20 20\" width=\"16\" class=\"css-8blerm\" id=\"cds-react-aria3604314262-:r3m7:\"><title id=\"cds-react-aria3604314262-:r3m7:-title\">Opens in a new tab</title></svg>](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<svg aria-labelledby=\"cds-react-aria3604314262-:r3m9:-title\" fill=\"none\" focusable=\"false\" height=\"16\" role=\"img\" viewBox=\"0 0 20 20\" width=\"16\" class=\"css-8blerm\" id=\"cds-react-aria3604314262-:r3m9:\"><title id=\"cds-react-aria3604314262-:r3m9:-title\">Opens in a new tab</title></svg>](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<svg aria-labelledby=\"cds-react-aria3604314262-:r3mb:-title\" fill=\"none\" focusable=\"false\" height=\"16\" role=\"img\" viewBox=\"0 0 20 20\" width=\"16\" class=\"css-8blerm\" id=\"cds-react-aria3604314262-:r3mb:\"><title id=\"cds-react-aria3604314262-:r3mb:-title\">Opens in a new tab</title></svg>](https://git-scm.com/docs/git-push) |\n",
"| git pull | [Git pull is used to fetch the newest updates from a remote repository<svg aria-labelledby=\"cds-react-aria3604314262-:r3md:-title\" fill=\"none\" focusable=\"false\" height=\"16\" role=\"img\" viewBox=\"0 0 20 20\" width=\"16\" class=\"css-8blerm\" id=\"cds-react-aria3604314262-:r3md:\"><title id=\"cds-react-aria3604314262-:r3md:-title\">Opens in a new tab</title></svg>](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<svg aria-labelledby=\"cds-react-aria3604314262-:r3mf:-title\" fill=\"none\" focusable=\"false\" height=\"16\" role=\"img\" viewBox=\"0 0 20 20\" width=\"16\" class=\"css-8blerm\" id=\"cds-react-aria3604314262-:r3mf:\"><title id=\"cds-react-aria3604314262-:r3mf:-title\">Opens in a new tab</title></svg>](https://help.github.com/en/articles/caching-your-github-password-in-git)\n",
"- [https://help.github.com/en/articles/generating-an-ssh-key<svg aria-labelledby=\"cds-react-aria3604314262-:r3mh:-title\" fill=\"none\" focusable=\"false\" height=\"16\" role=\"img\" viewBox=\"0 0 20 20\" width=\"16\" class=\"css-8blerm\" id=\"cds-react-aria3604314262-:r3mh:\"><title id=\"cds-react-aria3604314262-:r3mh:-title\">Opens in a new tab</title></svg>](https://help.github.com/en/articles/generating-an-ssh-key)"
]
},
{