Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 392 Bytes

Readme.md

File metadata and controls

18 lines (9 loc) · 392 Bytes

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