Git - Remote reference

About

Remote references are references (pointers name) located in your remote repositories. ie

Management

List

You can get a full list of remote references explicitly with:

  • all
git ls-remote 
git ls-remote [remote]
From https://github.com/....
db393705d7bb3b8a1c155976082c6ee5691e678e        HEAD
db393705d7bb3b8a1c155976082c6ee5691e678e        refs/heads/main





Discover More
Git - Remote (Tracked Repository)

A remote in Git is a remote repository (ie a remote git server). Git remote manage the set of repositories (“remotes”) whose branches you track. They are also called tracked repositories in reference...
Git - Remote branch

A remote branch is a branch in a remote repository. (remote reference). Example: where: and To get the commit from a remote branch, you do a pull (ie a git fetch followed by git...



Share this page:
Follow us:
Task Runner