Course Content
GitHub Fundamentals
GitHub Fundamentals
Creating a Repository
After creating a GitHub account, let's create our first public remote repository by following the instructions in the video below.
Note
If you have just signed up, then you will already be prompted to log in. Otherwise, you should visit github.com.
When naming Git repositories, aim for clarity and simplicity. Use descriptive, lowercase names, replacing spaces with hyphens for better readability and URL compatibility, such as schedule-bot
. Avoid special characters other than hyphens to prevent issues in scripts and URLs.
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 4