Git: Difference between revisions

From Wiki
Jump to navigation Jump to search
Line 9: Line 9:
== Clone Repository ==
== Clone Repository ==
<pre>
<pre>
git clone
git clone git@gitlab.com:scottcamacmartin/invest.git
</pre>
</pre>

Revision as of 19:16, 1 January 2021

Initial Setup

git config --global user.name "Harry Truman"
git config --global user.email "harry.truman@example.com"
git config --global --list

May need to set up SSH-key authentication for gitlab.

Clone Repository

git clone git@gitlab.com:scottcamacmartin/invest.git