GitTutorial is a Portuguese-language beginner guide that teaches how to use Git and GitHub through a practical project workflow. It starts with installing Git, creating a local repository, staging files, and making the first commit. The tutorial then shows how to connect a local project to GitHub and publish changes with remote and push commands. Later sections explain branches, switching between them, merging work, and viewing commit history. It also introduces cloning, pulling updates, forking repositories, and submitting pull requests. The material follows the structure of an accompanying video and uses simple examples designed for people learning version control for the first time. The repository itself mainly serves as written instructional material rather than a software application.
Features
- Git installation and initialization
- Staging and commit workflows
- GitHub remote repository setup
- Branch creation and merging
- Clone, pull, and push operations
- Fork and pull request guidance