1
2
3
4
5
6
7
8
9
10
11
|
<title>Fossil FAQ</title>
<h1 align="center">Frequently Asked Questions</h1>
<p>Note: See also <a href="qandc.wiki">Questions and Criticisms</a>.
<ol>
<li><a href="#q1">What GUIs are available for fossil?</a></li>
<li><a href="#q2">What is the difference between a "branch" and a "fork"?</a></li>
<li><a href="#q3">How do I create a new branch?</a></li>
<li><a href="#q4">How do I tag a check-in?</a></li>
<li><a href="#q5">How do I create a private branch that won't get pushed back to the
|
|
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<title>Fossil FAQ</title>
<h1 align="center">Frequently Asked Questions</h1>
<p>Note:
This page is old and has not been kept up-to-date. See the
[/finfo?name=www/faq.wiki|change history of this page].</p>
<ol>
<li><a href="#q1">What GUIs are available for fossil?</a></li>
<li><a href="#q2">What is the difference between a "branch" and a "fork"?</a></li>
<li><a href="#q3">How do I create a new branch?</a></li>
<li><a href="#q4">How do I tag a check-in?</a></li>
<li><a href="#q5">How do I create a private branch that won't get pushed back to the
|