git-ai-commit
git-ai-commit copied to clipboard
refactor: Remove automatic push after commit
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