Add new repository in github desktop
Here are the steps to add a new repository in GitHub Desktop:
Step 1: Open GitHub Desktop
Open GitHub Desktop on your computer. If you don't have it installed, you can download it from the official GitHub website.
Step 2: Click on "File"
In the top menu bar, click on "File" and then select "Add Repository" from the dropdown menu.
Step 3: Enter Repository Information
In the "Add Repository" window, enter the following information:
- Repository name: Enter a name for your new repository.
- Repository location: Choose a location on your computer where you want to store your repository's files.
- Repository type: Choose whether you want to create a new repository or clone an existing one.
- Initialize with a README: Check this box if you want to create a new README file in your repository.
Step 4: Create the Repository
Click the "Create" button to create the new repository. GitHub Desktop will create a new folder with the name you specified, and initialize it with a basic directory structure.
Step 5: Open the Repository
Once the repository is created, you can open it by clicking on the "Open" button next to the repository name in the GitHub Desktop sidebar.
Step 6: Start Adding Files
You can now start adding files to your new repository by dragging and dropping them into the repository folder or by using the "Add Files" button in the GitHub Desktop sidebar.
That's it! Your new repository is now set up and ready to use.