Git on the Server

  • Chacon S
N/ACitations
Citations of this article
1Readers
Mendeley users who have this article in their library.
Get full text

Abstract

At this point, you should be able to do most of the day-to-day tasks for which you’ll be using Git. However, in order to do any collaboration in Git, you’ll need to have a remote Git repository. Although you can technically push change to and pull changes from individuals’ repositories, doing so is discouraged because you can fairly easily confuse what they’re working on if you’re not careful. Furthermore, you want your collaborators to be able to access the repository even if your computer is offline—having a more reliable common repository is often useful. Therefore, the preferred method for collaborating with someone is to set up an intermediate repository that you both have access to, and push to and pull from that. I’ll refer to this repository as a Git server; but you’ll notice that it generally takes a tiny amount of resources to host a Git repo, so you’ll rarely need to use an entire server for it.

Cite

CITATION STYLE

APA

Chacon, S. (2009). Git on the Server. In Pro Git (pp. 79–105). Apress. https://doi.org/10.1007/978-1-4302-1834-0_4

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free