update module4.ipynb
This commit is contained in:
parent
70158f4280
commit
1d7da3362a
@ -152,7 +152,68 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# Updating an Existing Pull Request\n",
|
"# Updating an Existing Pull Request\n",
|
||||||
"\n"
|
"\n",
|
||||||
|
"This reading contains the code used in the instructional videos from [**Updating an Existing Pull Request**<svg aria-labelledby=\"cds-react-aria1005828919-:rt4:-title\" fill=\"none\" focusable=\"false\" height=\"16\" role=\"img\" viewBox=\"0 0 20 20\" width=\"16\" class=\"css-8blerm\" id=\"cds-react-aria1005828919-:rt4:\"><title id=\"cds-react-aria1005828919-:rt4:-title\">Opens in a new tab</title></svg>](https://www.coursera.org/learn/introduction-git-github/lecture/aRZ95/updating-an-existing-pull-request)\n",
|
||||||
|
"\n",
|
||||||
|
"## Introduction\n",
|
||||||
|
"\n",
|
||||||
|
"This follow-along reading is organized to match the content in the video that follows. It contains the same code shown in the next video. These code blocks will provide you with the opportunity to see how the code is written and can be used as a reference as you work through the course. \n",
|
||||||
|
"\n",
|
||||||
|
"You can follow along in the reading as the instructor discusses the code or review the code after watching the video.\n",
|
||||||
|
"\n",
|
||||||
|
"```bash\n",
|
||||||
|
"atom README.md\n",
|
||||||
|
"\n",
|
||||||
|
"Rearrange\n",
|
||||||
|
"\n",
|
||||||
|
"\\=========\n",
|
||||||
|
"\n",
|
||||||
|
"This module is used for rearranging names. \n",
|
||||||
|
"\n",
|
||||||
|
"Turns \"LastName,FirstName\" into \"Firstname LastName\"\n",
|
||||||
|
"\n",
|
||||||
|
"# Example\n",
|
||||||
|
"\n",
|
||||||
|
"Calling \\`rearrange\\_name(\"Turing, Alan\")\\` will return \\`\"Alan Turing\"\\`\n",
|
||||||
|
"```\n",
|
||||||
|
"\n",
|
||||||
|
"```bash\n",
|
||||||
|
"git commit \\-a \\-m 'Add more information to the README'\n",
|
||||||
|
"```\n",
|
||||||
|
"\n",
|
||||||
|
"**Code output:** \n",
|
||||||
|
"\n",
|
||||||
|
"\\[add-readme 01231b0\\] Add more information to the README\n",
|
||||||
|
"\n",
|
||||||
|
" 1 file changed, 5 insertions(+)\n",
|
||||||
|
"\n",
|
||||||
|
"```bash\n",
|
||||||
|
"git push\n",
|
||||||
|
"```\n",
|
||||||
|
"\n",
|
||||||
|
"**Code output:** \n",
|
||||||
|
"\n",
|
||||||
|
"Username for 'https://github.com': redquinoa\n",
|
||||||
|
"\n",
|
||||||
|
"Password for 'https://redquinoa@github.com': redquinoa\n",
|
||||||
|
"\n",
|
||||||
|
"Enumerating objects: 5, done.\n",
|
||||||
|
"\n",
|
||||||
|
"Counting objects: 100% (5/5), done.\n",
|
||||||
|
"\n",
|
||||||
|
"Delta compression using up to 4 threads\n",
|
||||||
|
"\n",
|
||||||
|
"Compressing objects: 100% (3/3), done.\n",
|
||||||
|
"\n",
|
||||||
|
"Writing objects: 100% (3/3), 407 bytes | 407.00 KiB/s, done.\n",
|
||||||
|
"\n",
|
||||||
|
"Total 3 (delta 1), reused 0 (delta 0)\n",
|
||||||
|
"\n",
|
||||||
|
"remote: Resolving deltas: 100% (1/1), completed with 1 local object.\n",
|
||||||
|
"\n",
|
||||||
|
"To https://github.com/redquinoa/rearrange.git\n",
|
||||||
|
"\n",
|
||||||
|
" 736d754..01231b0 add-readme -> add-readme"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user