blob: 463b506ad35084cc2a2216c327245a3ffac79f43 (
plain) (
tree)
|
|
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset='utf-8'>
<title>Git</title>
</head>
<body>
<a href="../index.html">Development Index</a>
<h1>Git</h1>
<p>Git user documentation.</p>
<ul>
<li><a href="install.html">1. Install and configure</a></li>
<li><a href="work.html">2. Work.</a>
<ul>
<li><a href="work.html#local">2.1. Local workflow</a>
<li><a href="work.html#logdiff">2.2. Logs and commits</a></li>
<li><a href="work.html#remote">2.3. Working with remotes</a></li>
</ul>
</li>
<li><a href="branch.html">3. Branches</a>
<ul>
<li><a href="branch.html#teamwork">3.1. Team workflow</a></li>
<li><a href="branch.html#feature">3.2. Feature</a></li>
<li><a href="branch.html#release">3.3. Release</a></li>
<li><a href="branch.html#tags">3.4. Tags</a></li>
<li><a href="branch.html#hotfix">3.5. Hotfix</a></li>
</ul>
</li>
</ul>
<a href="../index.html">Development Index</a>
<p>This is part of the Hive System Documentation.
Copyright (C) 2019
Hive Team.
See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
for copying conditions.</p>
</body>
</html>
|