You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/commit push — New optional push argument for the /commit skill. When push is the first word in arguments, commits and pushes in one operation. Includes automatic upstream detection and never force-pushes.
Examples
/commit push — auto-generate message, commit, and push
/commit push feat: add auth — commit with message and push
/commit feat: add auth — commit only (backward compatible)