Kart Git And TUFLOW: Difference between revisions
Content deleted Content added
Ellis Symons (talk | contribs) |
Ellis Symons (talk | contribs) |
||
Line 50:
cd c:/projects
</pre>
Use <tt>git clone</tt> to clone your newly
<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).
| |||