1. To save or finalize modifications made to a file, document, or code repository, making them permanent or official
You need to commit changes to the repository before closing the application.
Você precisa confirmar as alterações no repositório antes de fechar a aplicação.
2. In version control systems, to record changes with a message describing what was modified
The developer will commit changes with a clear commit message explaining the bug fix.
O desenvolvedor vai confirmar as alterações com uma mensagem clara explicando a correção do erro.