SourceRepository.md 1.04 KB
Newer Older
1 2
---
name: Source Repository
3
route: /SourceRepository
4 5 6 7 8 9 10 11 12 13 14 15 16 17
menu: Project Info
submenu: Source Repository
---

import  themen  from 'theme/styles/styled-colors';
import  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';
import SyntaxHighlighter from 'react-syntax-highlighter';

# Overview

This project uses a Source Content Management System to manage its source code.

# Web Access
The following is a link to the online source repository.
18
[https://github.com/apache/atlas.git](https://github.com/apache/atlas.git)
19 20

# Anonymous access
21
Refer to the documentation of the SCM used for more information about anonymously check out.<br /> The connection url is:
22
git://git.apache.org/atlas.git
23

24
# Developer access
25
Refer to the documentation of the SCM used for more information about developer check out.<br /> The connection url is: [https://gitbox.apache.org/repos/asf/atlas.git](https://gitbox.apache.org/repos/asf/atlas.git)
26 27 28

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