Imelda Zahra Tungga Dewi
2 min readNov 1, 2019

How To Create A New Repository On Github For Python Programming :

  1. Go to the github.com, then make sure you have logged in an account on github. After opening the github page, click “New”.

2. After that, fill in the form below

a. Repository Name (fill in project name)

b. Description: repository description about the project, but does not need to be filled in

c. Public / Private: repository conditions. public or made public and private for private or closed.

d. Add .gitignore = python because we will create a project in python.

3. After create a repository, copy url on “Clone or Download”.

4. Open the PyCharm project, don’t forget to change the version of the project to Git.

5. Paste the link that has been cloned on github in the url coloumn and click on the clone in the pycharm.

6. TAADDAAAA!!!!! a new repository is ready to use for the project.

Imelda Zahra Tungga Dewi
Imelda Zahra Tungga Dewi

Written by Imelda Zahra Tungga Dewi

Electronics and Instrumentation💥 Applied Physics✨

No responses yet