Skip to Content
Git Recipes: A Problem-Solution Approach
book

Git Recipes: A Problem-Solution Approach

by Włodzimierz Gajda
December 2013
Beginner
420 pages
9h 17m
English
Apress
Content preview from Git Recipes: A Problem-Solution Approach

CHAPTER 11

image

Hosting git Git Repositories

As soon as you and your colleagues learn how to commit, use branches, and work with remotes, you will want to use git as a group. In this chapter, I will show how to set up a virtual host for sharing git repositories with others.

Git can work with ssh, http, https, and git network protocols. To choose the best solution for your needs, you will have to answer two questions:

  • Do you want to host repositories with read/write access for authenticated users only (i.e., without anonymous public access)?
  • Do you want to host repositories that have anonymous public read-only access?

If you want to host repositories ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Pragmatic Version Control Using Git

Pragmatic Version Control Using Git

Travis Swicegood
Git: Mastering Version Control

Git: Mastering Version Control

Ferdinando Santacroce, Aske Olsson, Rasmus Voss, Jakub Narębski
Git Version Control Cookbook - Second Edition

Git Version Control Cookbook - Second Edition

Kenneth Geisshirt, Emanuele Zattin(EUR), Aske Olsson, Rasmus Voss
Git in Practice

Git in Practice

Mike McQuaid

Publisher Resources

ISBN: 9781430261032Purchase book