Conteúdo do Curso
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.
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.
Obrigado pelo seu feedback!