Skip to content

Instantly share code, notes, and snippets.

View baconglucose's full-sized avatar
🥓

baconglucose

🥓
View GitHub Profile
@baconglucose
baconglucose / git-setup.md
Last active March 29, 2024 17:09
How to configure a repository to push to github.

Setting up git

One-time key setup procedures

SSH

Create an SSH key:

ssh-keygen -t rsa -b 4096 -C "Desired comment"
# Give the file a descriptive name.