git-ai-commit icon indicating copy to clipboard operation
git-ai-commit copied to clipboard

refactor: Remove automatic push after commit

Open karlssonkennneth opened this issue 4 months ago • 0 comments

Commit and push serve two different purposes. Commit creates a local history while push shares your changes. Users might want to amend the commit, or review it before pushing.

There are also different tools used for pushing the code. At companies using Gerrit, the git-review tool is commonly used for pushing the code. https://docs.opendev.org/opendev/git-review/latest/index.html

Description

Test Plan

karlssonkennneth avatar Jul 31 '25 12:07 karlssonkennneth