From 0d23c13dee4fa6ad150fbca3d1650e8a128e3a31 Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Thu, 16 Sep 2021 10:59:12 +0200 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3d6505551..8a0b832a7 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ If you are new to Github and open source then, visit [here.](https://towardsdata ## Steps To Follow -- Select an issue and ask to be *assigned* to it. -- Check existing scripts [project here.](https://github.com/AdityaJ7/python-mini-projects/tree/master/projects) -- **Star** the repository. -- On the [GitHub page for this repository](https://github.com/Python-World/python-mini-projects), click on the Button "**Fork**". - ![fork image](https://help.github.com/assets/images/help/repository/fork_button.jpg) -- Create clone ***your forked repository*** on your local machine. - ![code ui](https://docs.github.com/assets/images/help/repository/code-button.png) +- Select an issue and ask to be _assigned_ to it. +- Check existing scripts in the [projects](/projects/) directory. +- **Star** this repository. +- On the [python-mini-projects](https://github.com/Python-World/python-mini-projects) repo page, click the **Fork** button. +
+- **Clone** your forked repository to your local machine. This button will show you the URL to run. +
For example, run this command inside your terminal: @@ -46,6 +46,8 @@ If you are new to Github and open source then, visit [here.](https://towardsdata git pull upstream master git push ``` + + Alternatively, GitHub also provides syncing now - click "Fetch upstream" at the top of your repo below "Code" button. - If you run into a **merge conflict**, you have to resolve the conflict. There are a lot of guides online, or you can try this one by [opensource.com](https://opensource.com/article/20/4/git-merge-conflict). @@ -68,7 +70,7 @@ If you are new to Github and open source then, visit [here.](https://towardsdata git commit -m "" ``` -- Push the code *to your repository*. +- Push the code _to your repository_. ```bash git push origin