Show More
@@ -1,23 +1,28 b'' | |||
|
1 | 1 | .. _basic-vcs-cmds: |
|
2 | 2 | |
|
3 | 3 | Getting Started with VCS |
|
4 | 4 | ------------------------ |
|
5 | 5 | |
|
6 | When using |RCM|, you will be working with |git| or |hg| |repos| from the | |
|
7 | command line. | |
|
6 | When using |RCM|, you will be working with |git|, |svn| or |hg| |repos| from the | |
|
7 | command line or using a GUI client such as Tortoise, Tower or SourceTree. | |
|
8 | ||
|
9 | |RCM| uses a standard |git|, |svn| and |hg| protocols. So all tools that | |
|
10 | can interact with there protocols are supported, including Eclipse or PyCharm | |
|
11 | plugins. | |
|
12 | ||
|
8 | 13 | |
|
9 | 14 | If you have never used either before, the following information should |
|
10 | 15 | help you set up your local machine so that you can sync changes with the |
|
11 | 16 | |RCM| server. |
|
12 | 17 | |
|
13 | 18 | All of the following instructions assume you have a |RCM| account, |
|
14 | 19 | and you can access your |repos| from the web interface. |
|
15 | 20 | |
|
16 | 21 | .. note:: |
|
17 | 22 | |
|
18 | 23 | |svn| |repo| management is currently only available from the web interface. |
|
19 | 24 | |
|
20 | 25 | .. toctree:: |
|
21 | 26 | |
|
22 | 27 | get-start-hg |
|
23 | 28 | get-start-git |
General Comments 0
You need to be logged in to leave comments.
Login now