Git: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
git clone git@gitlab.com:scottcamacmartin/invest.git | git clone git@gitlab.com:scottcamacmartin/invest.git | ||
</pre> | </pre> | ||
== Cheat Sheet == | |||
https://about.gitlab.com/images/press/git-cheat-sheet.pdf |
Revision as of 19:19, 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