Kart Git And TUFLOW: Difference between revisions

Content deleted Content added
Line 50:
cd c:/projects
</pre>
Use <tt>git clone</tt> to clone your newly createcreated repository. Note: make sure to use the SSH clone link if required (will start with "git@" rather than "https"). Tip: pasting is done by Ctrl+Shift+Insert (not Ctrl+V).
<pre>
git clone git@gitlab.com:ellis_symons/tutorial-model.git
Line 58:
cd tutorial-model
</pre>
 
====3. Adding Files====
Once the repository is cloned, you can then add files. These can be existing files or files you start creating as part of a new model build. As an example, one of the first files that can be added is a <tt>.gitignore</tt> file. The example below is a template that can be copied when needed. To create this file, simply create a new text document and rename it to ".gitignore" and save it inside the cloned project folder (next to the ".git" folder).