From d4f9f84800c5f65a78a876ed4c4d833f05aecd2b Mon Sep 17 00:00:00 2001 From: cibaca Date: Fri, 9 Aug 2019 23:26:42 +0530 Subject: [PATCH 1/2] Test fork review --- cibaca/sample.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 cibaca/sample.py diff --git a/cibaca/sample.py b/cibaca/sample.py new file mode 100644 index 00000000..e69de29b From a182182081883f75f0769eaf8dbee6ed7a0f681b Mon Sep 17 00:00:00 2001 From: cibaca Date: Fri, 9 Aug 2019 23:32:06 +0530 Subject: [PATCH 2/2] Updated Readme for fork step --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 01aa5a05..99dca07a 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,14 @@ A repository to keep all the projects that implemented from individual students 4. DONE! 3. Upload your project 1. Make sure that you have already competed steps 1,2. - 2. Make a folder with the name that is used in slack - 3. Copy all the files and folders that you want to upload inside that folder - 4. Open terminal - 5. Navigate to the downloads folder in your terminal: cd /path/to/downloads - 6. Clone the project: git clone https://github.com/kkech/UdacityOpenSource.git - 7. Go inside the folder that is created from the git clone command: cd UdacityOpenSource - 8. Copy the folder with your name that you created in step 1 to the UdacityOpenSource folder. You can do this through UI. The UdacityOpenSource folder that is created with git clone command is located in your Downloads folder + 2. Fork the repo in your Github account. + 3. Make a folder with the name that is used in slack + 4. Copy all the files and folders that you want to upload inside that folder + 5. Open terminal + 6. Navigate to the downloads folder in your terminal: cd /path/to/downloads + 7. Clone the project: git clone https://github.com/kkech/UdacityOpenSource.git + 8. Go inside the folder that is created from the git clone command: cd UdacityOpenSource + 9. Copy the folder with your name that you created in step 1 to the UdacityOpenSource folder. You can do this through UI. The UdacityOpenSource folder that is created with git clone command is located in your Downloads folder 9. Go to the terminal again 10. Then make a new branch with the name that is used in slack: git checkout -b [slackName] 11. Add all the new files: git add –-all