Glossaria.net

Glossary Git / Term

push

Pushing a branch means to get the branch’s head ref from a remote repository, find out if it is an ancestor to the branch’s local head ref, and in that case, putting all objects, which are reachable from the local head ref, and which are missing from the remote repository, into the remote object database, and updating the remote head ref. If the remote head is not an ancestor to the local head, the push fails.

Permanent link push - Creation date 2023-07-26


< pull Glossary / Git reachability bitmaps >