Staging Operations
Smart Staging
Interface interativa para staging de arquivos:
bytebabe git stage
Características
Seleção múltipla
Preview de mudanças
Filtros por tipo
Staging parcial
Undo/Redo
Comandos Principais
# Staging interativo
bytebabe git stage
# Staging rápido
bytebabe git stage all
# Unstage
bytebabe git unstage
Modos de Visualização
Modo | Descrição | Atalho |
---|---|---|
List | Lista simples |
|
Tree | Visualização em árvore |
|
Detail | Detalhes completos |
|
Operações Avançadas
Staging Parcial
# Selecionar hunks
bytebabe git stage --partial
# Review de mudanças
bytebabe git stage --review
Filtros
# Por extensão
bytebabe git stage "*.js"
# Por diretório
bytebabe git stage src/
Dicas Pro
Use espaço para selecionar
Enter para confirmar
Tab para navegação
? para ajuda
05 maio 2025