Skip to content

iamlateforbreakast/rpi_experiments

Repository files navigation

A collection of experiments for the Raspberry Pi.

Setup access to githu from raspberry pi

Create an SSH key for the Raspberry Pi.

ssh-keygen -t rsa -b 4096 -C "[email protected]"

Copy the content of ~/.ssh/id_rsa.pub to Github settings.

Test ssh -T [email protected]

git remote set-url origin [email protected]:iamlateforbreakast/rpi_experiments.git

git config pull.rebase false

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published