Zsh Plugin: Git Extras

Today

Description

Collection of 60+ Git utilities extending Git's functionality with repository analysis, workflow shortcuts, and additional commands.
Opensource.com

Essential Commands

Repository Information

Branch Management

File Operations

Advanced Commands

Release Management

Analysis and Debugging

Pull Request Integration

Usage Examples

# Repository analysis
git summary --line
git effort --above 10 src/
 
# Release workflow
git release v2.1.0
 
# Pull request workflow
git pr 123
git pr clean
 
# Branch cleanup
git delete-merged-branches