Principais perguntas e respostas de entrevista e testes online
Plataforma educacional para preparacao de entrevistas, testes online, tutoriais e pratica ao vivo

Desenvolva habilidades com trilhas de aprendizado focadas, simulados e conteudo pronto para entrevistas.

WithoutBook reune perguntas de entrevista por assunto, testes praticos online, tutoriais e guias comparativos em um unico espaco de aprendizado responsivo.

Preparar entrevista

GIT perguntas e respostas de entrevista

Pergunta 11. How do you revert a commit that has already been pushed and shared with others?

You can use 'git revert' to create a new commit that undoes the changes introduced by the previous commit.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 12. What is a Git submodule?

A Git submodule is a reference to a specific commit in another repository within the current repository. It allows for better organization and management of project dependencies.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 13. Explain the purpose of the 'git cherry-pick' command.

'git cherry-pick' is used to apply specific commits from one branch to another.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 14. What is a Git stash, and how is it used?

A Git stash is a way to temporarily save changes that are not ready to be committed. It allows you to switch branches without committing or discarding changes.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 15. How do you rename a Git branch?

You can use the 'git branch -m' command followed by the new branch name to rename a Git branch.

Isto e util? Adicionar comentario Ver comentarios
 

Mais uteis segundo os usuarios:

Copyright © 2026, WithoutBook.