Oseias Nascimento
Posted on March 5, 2024
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
💖 💪 🙅 🚩
Oseias Nascimento
Posted on March 5, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
git Git Feature Flow – A More Flexible Branch Model for Incremental Releases Than Git-Flow
September 8, 2024