blob: 35d50f59d222d225125d6558a92ecd29df21256a [file] [view]
---
layout: default_md
title: GIT
title-class: page-title-classic
type: classic
---
[Developers](developers) > [GIT](git)
ActiveMQ 5
==========
Web Browsing of the git Repo
----------------------------
To browse via the web:
[https://git-wip-us.apache.org/repos/asf?p=activemq.git](https://git-wip-us.apache.org/repos/asf?p=activemq.git)
Checking out from the git Repo
------------------------------
git clone [https://git-wip-us.apache.org/repos/asf/activemq.git](https://git-wip-us.apache.org/repos/asf/activemq.git)
Only project developers can commit to the git repo via this method. SSH must be installed on your client machine. Enter your site password when prompted.
Building the code
-----------------
To then build the code, see [Building](building).
ActiveMQ Artemis
================
Web Browsing of the ASF git Repo
--------------------------------
To browse via the web:
[https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git](https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git)
Browsing the Github Repo 
-------------------------
[https://github.com/apache/activemq-artemis](https://github.com/apache/activemq-artemis)
Checking out from the Github Repo
---------------------------------
git clone [https://github.com/apache/activemq-artemis](https://github.com/apache/activemq-artemis)
`Committers:** Please follow the instructions for properly configuring the [Instructions for Core Contributors/Hacking Guide](https://github.com/apache/activemq-artemis/blob/master/docs/hacking-guide/enSUMMARY)
`Contributors:** Please create a [pull request](https://github.com/apache/activemq-artemis) to contribute changes to the source code. 
Building the code
-----------------
To then build the code, take a look at [Building the distribution](https://github.com/apache/activemq-artemis/blob/master/docs/hacking-guide/enDevelopers/Developers/building)