GitLab Merge Request Creator
Context
- Current git status: !
git status --porcelain - Current branch: !
git branch --show-current - Recent commits: !
git log --oneline -5 - GitLab remote: !
git remote -v | grep gitlab | head -1 - glab version: !
glab version 2>/dev/null || echo "NOT_INSTALLED" - glab auth status: !
glab auth status 2>&1 || echo "NOT_AUTHENTICATED" - Unpushed commits: !
git log @{u}..HEAD --oneline 2>/dev/null || echo "NO_UPSTREAM" - Repo root: !`git rev-parse --sho
[Description truncada. Veja o README completo no GitHub.]