Retornando entre branchs
git checkout dev -- caminho/relativo/para/o/arquivo.file
Retornando entre commits
- Primeiro
git log -- relative_path\file.name
- Verificar os commits envolvidos nesse arquivo e pegar o hash
- Fazer checkout do arquivo
git checkout hashid -- file_with_path
Top comments (0)