This guide will show you how to create a repository on GitHub:
3. You will be presented with a few options, unless you're importing a template repository, opt for "New repository".
- Select an Owner, this can be you (so your GitHub account) or if you are part of an Organisation on GitHub (so your workplace or an University Organisation group etc.).
- Name the repository, usually the format will be something like "my-project". See GitHub's guide.
- Add a (optional) description of your project.
- Decide on the visibility setting of your project: Public/Private or Enterprise/Internal (business visibility, available if the repository's Owner is your Organisation).
- Choose having a README, a licence and/or a .gitignore file. Each option has a "Learn more" tag to understand each item's purpose.