about summary refs log tree commit diff stats
path: root/dev/git/index.html
blob: 463b506ad35084cc2a2216c327245a3ffac79f43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!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>