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