Kart Git And TUFLOW: Difference between revisions
Content deleted Content added
Ellis Symons (talk | contribs) |
Ellis Symons (talk | contribs) |
||
Line 43:
====2. Clone Repository====
In Git Bash, use <tt>cd</tt> to change directory to where your model is going to sit. Note
<pre>
cd c:/projects
</pre>
Use <tt>git clone</tt> to clone your newly create 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
| |||