e6ecd889495f47fa98ad944572d8c334d5a5d330
[arvados.git] / doc / user / intro-git.md
1 ---
2 layout: default
3 navsection: userguide
4 title: "Intro: git"
5 navorder: 4
6 ---
7
8 {% include alert-stub.html %}
9
10 # Using git
11
12 Git is a revision control system. There are lots of resources for
13 learning about git. Here we just cover the specifics of using git in
14 the Arvados environment.
15
16 ### Cloning the repository
17
18 ### Creating your own branch
19
20 ### Creating your own repository
21
22 ### Adding MapReduce functions
23
24 ### Pushing your commits to Arvados