Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 838016c

Browse files
authored
Update Contribution.md
1 parent a1cb98a commit 838016c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Contribution.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- Fork the [repository](https://github.com/ankitdobhal/Awesome-Python-Scripts)
1414

1515
- Clone the fork [repo](https://github.com/ankitdobhal/Awesome-Python-Scripts)
16-
- git clone https://github.com/ankitdobhal/Awesome-Python-Scripts
16+
- git clone https://github.com/<Your_Username>/Awesome-Python-Scripts
1717
- Create new branch
1818
- git checkout -b <Your-Branch-Name>
1919

@@ -22,8 +22,9 @@
2222

2323
- Add a commit message !
2424
- git commit -a -m "<Added your message>"
25+
2526
- Push changes
26-
- git push origin
27+
- git push -u origin <name_of_your_branch>
2728

2829
- Create pull requests
2930
- [Try to Mention the related issue for your PR]

0 commit comments

Comments
 (0)