Description
The integrator receives changes made by others, reviews and integrates them and publishes the result for others to use.[1]
Git commands
git-am
to apply patches e-mailed in from your contributors.
git-pull
to merge from your trusted lieutenants.
git-format-patch
to prepare and send suggested alternative to contributors.
git-revert
to undo botched commits.
git-push
to publish the bleeding edge.
Title: Git Everyday
Publication: git
Author(s): Scott Chacon and Ben Straub
↩︎