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