Kart Git And TUFLOW: Difference between revisions

Content deleted Content added
No edit summary
Line 9:
Recommended software:
* QGIS with the Kart plugin (and the TUFLOW plugin for importing empty files)
 
==Setting Up Git Bash==
Git Bash is installed with Git is similar to Windows command prompt but uses bash (linux version of command prompt). When using Git bash and Kart together you will need to use <tt>kart.exe</tt> instead of simply <tt>kart</tt> e.g.
<pre>
kart.exe commit -m "commit message"
</pre>
Using kart with Windows command prompt will accept simply <tt>kart</tt> and all the Kart documenation suggests just using <tt>kart</tt>, but just be aware that ".exe" will be required if using Git Bash.
 
==Setting up Control File Repository==