Frequently Asked Question

How to create a Repository on PGit?
Last Updated 4 days ago

(Link to original article: https://pythaverse.space/docs/how-to-create-a-repository-on-pgit/)

PGit enable Learners to work collaboratively and to track and rollback changes made to the files throughout the project.



A. CREATE A REPOSITORY ON PGIT

To create a repository on PGit, you need to do the following steps:

Step 1. Login to PGit
image
  • Login to PGit successfully
image
Step 2. Click ‘New repository’

You can create a new repository on your personal account or any organization where you have sufficient permissions

  • In the upper-right corner of any page, use the drop-down menu (1), and select ‘New repository’ (2).
image
  • Enter your ‘Repository name’: type a name for your repository (1), and add a description of your repository.
  • You choose ‘Initialize this reponsitory with an empty commit‘ (2)
  • Next, press the ‘Create repository’ (3) button.
image
  • Repository created successfully
image



B. RENAME A REPOSITORY ON PGIT

  • To rename a repository, you click to ‘Settings’ (1)
  • Select the ‘Danger Zone’ tab (2).
  • At the ‘Rename repository’ section, enter a new repository name (3) and click the ‘Rename’ (4) button.
image
  • Click the ‘OK’ button to confirm the repository rename
image


C. HOW TO SAVE PROGRAMMING CODE FILES ON PGIT

  • On PGIt, select one of your repositories to save the code files.
image
  • Then, click on ‘Create a new file’.
image
  • Copy the code program created on PIDE and paste it into the file (1), give the file a name (2), and click the ‘Commit changes’ button (3) to create the file and save the information.
image
  • Your program file has been successfully created and saved on PGit.
image

Please Wait!

Please wait... it will take a second!