The git Atlassian tutorial's git clone page provides the following info for the git clone --bare
command:
... In addition, no remote branches for the repo will be configured with the -bare repository.
- What does this mean?
- Does 'remote branches' refer to the original repo or the cloned repo?