Skip to content

Conversation

karlssonkennneth
Copy link

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant