forked from mantisbt/mantisbt-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.php
More file actions
26 lines (16 loc) · 664 Bytes
/
sources.php
File metadata and controls
26 lines (16 loc) · 664 Bytes
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
<?php
$t_sub_title = "Source Control";
include( "top.php" );
?>
<span class="page_title">Source Code</span>
<hr size="1" noshade="noshade" width="100%" />
<br />
<span class="section">GIT</span>
<p>MantisBT uses <a href="https://git-scm.com/">GIT</a> to store and control its source code.
The official repository is hosted on <a href="https://github.com/mantisbt/mantisbt">GitHub</a>.
</p>
<p>Please see <a href="https://github.com/mantisbt/mantisbt">git.mantisbt.org</a> for viewing the sources.</p>
<p>To get a copy of the current MantisBT source use</p>
<pre>git clone https://github.com/mantisbt/mantisbt.git</pre>
<?php
include( "bot.php" );