From be27420d9f67ccbbda1f0663328acdb376d06058 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 11 Jun 2019 22:57:29 -0400 Subject: Relocate site --- docs/scm.html | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 docs/scm.html (limited to 'docs/scm.html') diff --git a/docs/scm.html b/docs/scm.html new file mode 100644 index 0000000..b1ddec6 --- /dev/null +++ b/docs/scm.html @@ -0,0 +1,95 @@ + + + + + + everge – Source Code Management + + + + + + + + +
+ +
+
+
+
+

Overview

+

This project uses Git to manage its source code. Instructions on Git use can be found at https://git-scm.com/documentation.

+
+

Web Browser Access

+

The following is a link to a browsable version of the source repository:

+
+
+

Anonymous Access

+

The source can be checked out anonymously from Git with this command (See https://git-scm.com/docs/git-clone):

+
+
$ git clone git://github.com/bculkin2442/everge.git
+
+

Developer Access

+

Only project developers can access the Git tree via this method (See https://git-scm.com/docs/git-clone).

+
+
$ git clone ssh://github.com:bculkin2442/everge.git
+
+

Access from Behind a Firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+
+
+
+
+ + + -- cgit v1.2.3