Git Workflow Streamline git operations with visual tools and GitHub CLI integration. Tools | Tool | Command | Use For | |------|---------|---------| | lazygit | | Interactive git TUI | | gh | | GitHub CLI operations | | delta | | Beautiful diff viewing | lazygit Essentials GitHub CLI (gh) Essentials Delta (Beautiful Diffs) Quick Reference | Task | Command | |------|---------| | Interactive git | | | Create PR | | | Merge PR | | | Beautiful diff | | | Interactive rebase | | | Stash changes | | | Apply stash | | | Find bug commit | | | Cherry-pick | | | Parallel worktree | | | Recover commits |…