Codementor Events

How To Create a Git Hub Repo

Published Feb 26, 2021
How To Create a Git Hub Repo

Who should read it?
General users who want to create a new project (or document) and want to have control over the code. If you think sharing repository is becoming challenging comment. I will add the steps to share.

Programmers who want to create any project (or document). And want to keep track of the progress. I mean I can't stress how important git is.

Step 0: Open GitHub.com and sign up (if not already) or, Login. Now Download GitHub Desktop (for macOS or Windows) and login to that too.

Step 1: Go Back to github.com and choose to create New Repositor. Check the image below.
Img1__CreateNewRepo.png

Step 2: Set the repository name. If you want to keep it local, you are in luck since last year GitHub allows a private repo even on a free account. Check the image below to understand how to set the name off the repo and make it private. Don’t add any file just yet to keep it simple.
Img2__Set_Name.png

Step 3: Now that the repo is created you can click on the Set up In Desktop option. And allow this page to open GitHub Desktop which we have already installed on our machine.
Img3__Clone_Repo_to_local_Device.png

Step 4: Create local Directory (folder) where you will want to keep your code (or document). Check Image below for re
Img4__Set_local_location.png

Step 5: Clicking on choose will allow you to create a new folder. Create a New Folder And name it NewRepo (or what ever you want). For reference purposes we will name it NewRepo.
CreateNewFolder.png

Step 6: Now That You have to Choose the folder named NewRepo select open to set this as your local repository folder.
Img5__Create_New_Folder_locally.png

Step 7: Once you click open this will take you back to Step 5. With the new folder, NewRepo selected as the local path.
Img7__Cloaning_Repo_Locally.png

Step 8: Check newly pulled repo which is now connected with the remote git repository.
Img6__Check_Repo_After_Setting_up_locally.png

Step 9: Now create a new file. Or copy the ones you already have.
Img8__Create_New_File.png

Step 10: Save this to the local repo folder which we have connected from remote repo. It should be named nameOfRepo. As we created in Step2. Then move back to GitHub Repo.
Img9__Save_it_in_same_folder.png

Step 11: Once you go back you will see this file added to repo. Select it commit it and then click on publish branch.
Img10__Commit_the_first_draft.png

Step 12: Now that you have pushed it you can see the file updated on the repo. This can not be tracked for each updates we make.
Img11__Check_your_pushed_updates_on_github.png

Good Luck.

Discover and read more posts from Arpit Awasthi
get started
post commentsBe the first to share your opinion
Show more replies