Skip to content

Latest commit

 

History

History
83 lines (46 loc) · 1.7 KB

File metadata and controls

83 lines (46 loc) · 1.7 KB

Sections

Creating Github account

Creating a repo

Creating a folder

Delivering tasks

Creating GitHub account

  • First go to github.com and choose 'Sign up'. 1

  • Enter your email. 2

  • Choose a password and username. 3

4

  • Complete the required steps. 5

6

  • Check your email for the verification code. 7

  • Complete the required steps.

8 9 10

  • Your account is ready now. 11

Creating a repo on GitHub

  1. Go to github.com and press on new.

new button


3. Choose a suitable name for your repo, and choose 'Public', then press 'Create repository'.

repo creation

  1. To upload your files you can:
    • Drag and drop the file from the file manager.
    • Upload files. fileUpload

commit


Creating a folder in your repo

  • To create a folder in your repo, you can create a file and add the folder name with a / at the end of it.

  • Example: folderName/ then write the name of the file you want to create inside the folder.

Delivering Tasks

  • When delivering tasks go to your repo and press the 'Code' button. gettingCode

  • After that select 'HTTPS' (It should be the default option) and copy the link. taskDelivery

  • Take this link and submit it in the task delivery form that will be sent on the Discord server.