Merge branch 'master' of https://rhodecode.plunge.at/ach/ach-master
[ach-master.git] / README.md
1 HOW TO USE THIS
2 ===============
3
4 $ git clone  https://<myuser>@rhodecode.plunge.at/ach/ach-master
5
6 where <myuser> is your username on the server. Ask for write permissions if you need them.
7
8 Anonymous (read-only) git cloning:
9
10
11 $ git clone  https://rhodecode.plunge.at/ach/ach-master
12
13
14
15 Committing:
16
17 $ git commit -a
18 $ git push origin master
19
20
21