Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 806f49c

Browse files
Merge pull request #445 from MichaelCurrin/patch-1
Improve readability of README.md
2 parents 738d8c8 + 0d23c13 commit 806f49c

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

‎README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ If you are new to Github and open source then, visit [here.](https://towardsdata
2121

2222
## Steps To Follow
2323

24-
- Select an issue and ask to be *assigned* to it.
25-
- Check existing scripts [project here.](https://github.com/AdityaJ7/python-mini-projects/tree/master/projects)
26-
- **Star** the repository.
27-
- On the [GitHub page for this repository](https://github.com/Python-World/python-mini-projects), click on the Button "**Fork**".
28-
![fork image](https://help.github.com/assets/images/help/repository/fork_button.jpg)
29-
- Create clone ***your forked repository*** on your local machine.
30-
![code ui](https://docs.github.com/assets/images/help/repository/code-button.png)
24+
- Select an issue and ask to be _assigned_ to it.
25+
- Check existing scripts in the [projects](/projects/) directory.
26+
- **Star** this repository.
27+
- On the [python-mini-projects](https://github.com/Python-World/python-mini-projects) repo page, click the **Fork** button.
28+
<br><imgsrc="https://help.github.com/assets/images/help/repository/fork_button.jpg"title="Fork image"width="400"/>
29+
- **Clone**your forked repository to your local machine. This button will show you the URL to run.
30+
<br><imgsrc="https://docs.github.com/assets/images/help/repository/code-button.png"title="Code button"width="400"/>
3131

3232
For example, run this command inside your terminal:
3333

@@ -46,6 +46,8 @@ If you are new to Github and open source then, visit [here.](https://towardsdata
4646
git pull upstream master
4747
git push
4848
```
49+
50+
Alternatively, GitHub also provides syncing now - click "Fetch upstream" at the top of your repo below "Code" button.
4951

5052
- 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).
5153

@@ -68,7 +70,7 @@ If you are new to Github and open source then, visit [here.](https://towardsdata
6870
git commit -m "<your message>"
6971
```
7072
71-
- Push the code *to your repository*.
73+
- Push the code _to your repository_.
7274
7375
```bash
7476
git push origin <branch-name>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /