Create your first repository
Steps to be followed :๐
1. Create a GitHub account๐ฑ
2. Click on the "+" sign๐
- Click on the "+" sign at the top right corner. Then click on "New repository".
3. Give a meaningful name to your repository ๐
- Remember a good repository names are short and memorable. You can use hyphen(-) between the words.
4. Add a description (Optional)๐
You can add a brief description about your repository for better understanding.
5. Choose the visibility of your repository ๐
It's always better to make your repository Public. But if you want to work on personally or you don't want to share your work with others, then you can choose Private.
6. Add a Readme file ๐ฐ
A good repository needs a Readme file so that others can understand as well as visualize your project properly.
7. Add .gitignore (Optional) ๐
You can choose the files which you don't want to check in to GitHub.
8. Choose a license ๐
- If your repository needs to be a true open source, you'll need to license it so that others can change, use or distribute that software.
9. Click on "Create repository"๐
Hurrah! Your first repository is ready to work on it ๐ฅณ
Congratulationsโจ
To learn more, check๐
Thank you, Keep learning๐
- Documentation created by : Anushka Paul