Index: trunk/translatewiki/Mifos/README |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | == Setup == |
3 | 3 | cd %GROUPROOT% |
4 | 4 | git clone git://github.com/mifos/head.git mifos |
5 | | - git checkout -b g-maint origin/g-maint |
| 5 | + git checkout -b master origin/master |
6 | 6 | |
7 | 7 | Add to your LocalSettings.php: |
8 | 8 | wfAddNamespace( 1230, 'Mifos' ); |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | |
11 | 11 | == Export == |
12 | 12 | git clone git@github.com:mifos/head.git mifos |
13 | | - git checkout -b g-maint origin/g-maint |
| 13 | + git checkout -b master origin/master |
14 | 14 | export-mifos |
15 | 15 | git add; git commit; git push |
16 | 16 | |