Git Pie: A Arte Ancestral do Versionamento 🥧 Help

Extensões Git

+------------------------+ | Git Extensions | | | | IDE Plugins | | CLI Extensions | | Custom Scripts | | | | Productivity Tools | +------------------------+

Extensões Populares

IDE Plugins

IDE PluginsVSCodeJetBrainsEclipseGitLensGit HistoryGit GraphGit4IdeaGitToolBoxEGitGit Flow

CLI Extensions

# Git Flow git flow init git flow feature start # Git Open git open # Git Recent git recent # Git Interactive Rebase Tool git rebase -i HEAD~3

Instalação e Configuração

Package Managers

# VSCode code --install-extension eamodio.gitlens # npm global npm install -g git-open # Homebrew brew install git-flow

Configuração Manual

# Adicionar ao PATH export PATH=$PATH:/caminho/para/extensao # Configurar alias git config --global alias.custom-cmd '!path/to/script.sh'

Extensões Recomendadas

Produtividade

+------------------------+ | RECOMENDADAS | | | | • GitLens | | • Git Flow | | • Git Open | | • Git Recent | | • Git Interactive | +------------------------+

Integração

Git Core

Extensions

IDE Integration

CLI Tools

Custom Scripts

Próximos Passos

Tópicos Relacionados

29 abril 2025