Remote branches
Although Git is local on your computer, you can also have remote copies of a repository. Remote repositories can be on a private central server or simply on a coworker’s computer.
You can also host remote repositories using version control softwares like Backlog.
You can retrieve others’ changes to the repository or move your local copy of a repository to the remote server.