Git

From Wiki
Jump to navigation Jump to search

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

Cheat Sheet

https://about.gitlab.com/images/press/git-cheat-sheet.pdf