epubjs
Version:
Render ePub documents in the browser, across many devices
20 lines (16 loc) • 1.29 kB
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Pro Git - professional version control</title>
<meta content="http://www.w3.org/1999/xhtml; charset=utf-8" http-equiv="Content-Type"/>
<link href="stylesheet.css" type="text/css" rel="stylesheet"/>
<style type="text/css">
@page { margin-bottom: 5.000000pt; margin-top: 5.000000pt; }</style>
</head>
<body class="calibre">
<h2 class="calibre4" id="calibre_pb_40">Summary</h2>
<p class="calibre3">You have several options to get a remote Git repository up and running so that you can collaborate with others or share your work.</p>
<p class="calibre3">Running your own server gives you a lot of control and allows you to run the server within your own firewall, but such a server generally requires a fair amount of your time to set up and maintain. If you place your data on a hosted server, it's easy to set up and maintain; however, you have to be able to keep your code on someone else's servers, and some organizations don't allow that.</p>
<p class="calibre3">It should be fairly straightforward to determine which solution or combination of solutions is appropriate for you and your organization.</p>
<div class="calibre1" id="calibre_pb_41"></div></body>
</html>