Glossaria.net

Glossary Git / Term

remote-tracking branch

A ref that is used to follow changes from another repository. It typically looks like refs/remotes/foo/bar (indicating that it tracks a branch named bar in a remote named foo), and matches the right-hand-side of a configured fetch refspec. A remote-tracking branch should not contain direct modifications or have local commits made to it.

Permanent link remote-tracking branch - Creation date 2023-07-26


< remote repository Glossary / Git repository >