Lesson 6 — Committing and pushing changes using TYPO3's commit message rules
Prerequisites and goals
Prerequisites
Theoretical prerequisites
This lesson assumes that you already know the following:
- Understand Git clone process and options
- Learn local repository management techniques
- Master remote repository interaction concepts
- Study development environment integration practices
Practical prerequisites
Before you start this lesson, please have the following things ready:
- Clone TYPO3 project repository successfully
- Configure local repository settings
- Set up remote repository connections
- Verify repository functionality in development environment
Goals
Theoretical goals
By the end of this lesson, you should know the following:
- Understand TYPO3 commit message conventions
- Learn proper Git commit practices
- Master change tracking and documentation
- Study collaborative development procedures
Practical goals
By the end of this lesson, you should have completed the following:
- Write proper TYPO3 commit messages
- Commit changes following TYPO3 guidelines
- Push updates to remote repository
- Maintain clear change documentation