30-Days-Of-Python icon indicating copy to clipboard operation
30-Days-Of-Python copied to clipboard

make parameters correct

Open WJHPrince opened this issue 4 years ago • 3 comments

There is a minor problem in D17.

WJHPrince avatar Sep 07 '21 07:09 WJHPrince

Hi, I am sorry I do not know how to fork or merge properly yet, Can you please help me. I am wanting to do the 30days of Python course.

Aaron-1974 avatar Sep 26 '21 07:09 Aaron-1974

Hi, I am sorry I do not know how to fork or merge properly yet, Can you please help me. I am wanting to do the 30days of Python course.

Just click the "Fork" button on top of code page and it will create a copy of this repo into your own account, which will be a branch of the origin repo.

If you want to merge changes into your repo( which is forked from origin repo) or the origin repo, you need to create a new branch first; then commit changes in this new branch and push this branch to remote; then create a pull request on github webpage.

You can learn git basics here.

WJHPrince avatar Sep 27 '21 02:09 WJHPrince

Thank you for your help man!!

Aaron-1974 avatar Sep 27 '21 03:09 Aaron-1974