commit-only
01Command Cursor
A command template for committing local changes to the current Git branch. A commit is a saved checkpoint in a project's change history.
1.1k 8mo ago A 0 tokens
original MIT
Command Cursor
A command template for committing local changes to the current Git branch. A commit is a saved checkpoint in a project's change history.
Command Cursor
A command template that commits changes, pushes the current branch, and creates a Pull Request. A Pull Request is a review request for merging code into a shared repository.
Command Cursor
A command template for committing the current branch's changes and pushing them to a remote Git repository. Git is a tool for tracking code changes, while a branch is a separate line of work.