Glossaria.net

Glossary Git / Term

origin

The default upstream repository. Most projects have at least one upstream project which they track. By default origin is used for that purpose. New upstream updates will be fetched into remote-tracking branches named origin/name-of-upstream-branch, which you can see using git branch -r.

Permanent link origin - Creation date 2023-07-26


< octopus Glossary / Git overlay >