Pergunta de entrevista da empresa BairesDev

She asked me about Git and how the process works for continuous version control.

Resposta da entrevista

Sigiloso

9 de mai. de 2025

Create a repository, work on a specific branch, and then use the terminal for commands like git add, git commit, and git push. I usually also review changes beforehand with git pull and then push them to my fork or main repository. Resolve conflicts and create pull requests.