Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jackson-mil's full-sized avatar

Jackson Lim jackson-mil

View GitHub Profile
@jackson-mil
jackson-mil / git_cheat-sheet.md
Created January 10, 2022 16:15 — forked from davfre/git_cheat-sheet.md
git commandline cheat-sheet

SSH keypair setup for GitHub (or GitHub/GitLab/BitBucket, etc, etc)

Create a repo.

Make sure there is at least one file in it (even just the README.md)

Generate a SSH key pair (private/public):

ssh-keygen -t rsa -C "your_email@example.com"