Kart Git And TUFLOW: Difference between revisions
Content deleted Content added
Ellis Symons (talk | contribs) |
Ellis Symons (talk | contribs) |
||
Line 104:
</pre>
====3. Link to Remote Repository====
You will need to delete the following file to be able to push:<br>
<tt>.kart/hooks/pre-push</tt><br>
Create a new remote repository using similar steps as the control file repository. Once created the local kart repo can be linked using the following commands:
<pre>
kart.exe remote add origin git@gitlab.com:ellis_symons/tutorial-model-gis.git
kart.exe branch -M main
kart.exe push -u origin main
</pre>
You must have something to push (at least one commit). Importing layers counts as a commit (you are not required to manually commit after importing).
==Cloning an Existing Repository==
| |||