mtn still needs a local db and project setup if there is nothing beside an empty database remotely
This commit is contained in:
parent
94a5464155
commit
5ef6e6c08f
@ -16,6 +16,8 @@ code.{/blocktrans}</p>
|
|||||||
<p>{blocktrans}To make a first commit in the repository, perform the following steps:{/blocktrans}</p>
|
<p>{blocktrans}To make a first commit in the repository, perform the following steps:{/blocktrans}</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
mtn db init -d project.mtn
|
||||||
|
mtn setup -d project.mtn -b {$project.getConf().getVal('mtn_master_branch', 'your-branch')} .
|
||||||
mtn add -R .
|
mtn add -R .
|
||||||
mtn commit -m "initial import"
|
mtn commit -m "initial import"
|
||||||
mtn push {$project.getSourceAccessUrl()}
|
mtn push {$project.getSourceAccessUrl()}
|
||||||
|
Loading…
Reference in New Issue
Block a user