What problem does it solve?
This Skill streamlines your daily Git operations, ensuring safe practices for pushing, committing, and resolving conflicts, preventing common errors and improving collaboration.
Core Features & Use Cases
- Safe Pushing: Enforces
git push --force-with-lease and guides conflict resolution after rebase.
- Conventional Commits: Promotes a standardized format for commit messages for better project history.
- Branch Management: Provides commands for cleaning up local branches and rebasing feature branches.
- Recovery Tools: Offers methods to undo commits and discard unwanted changes.
- Use Case: When you need to push changes to a shared branch without overwriting others' work, or when you encounter merge conflicts and need a clear process to resolve them.
Quick Start
Use the git skill to safely push your current branch with force-lease.