Command Cursor
A Git workflow command that stages changes, creates a standardized commit, and pushes it to the upstream branch—the remote branch linked to the current local branch.
2 2mo ago A 0 tokens
Command Cursor
A Git workflow command that stages changes, creates a standardized commit, and pushes it to the upstream branch—the remote branch linked to the current local branch.
Command Cursor
A shared command containing Git workflow rules for the Sidekick project. Git is a tool for recording changes to source code and coordinating work between contributors.
Command Cursor
A command for continuing a Git rebase, a process that reapplies commits onto a different base branch. It also includes shared rules for coding, PowerShell, commit messages, and branch checks.