mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 05:57:21 -05:00
6 lines
285 B
Plaintext
6 lines
285 B
Plaintext
git pull origin main # brings in the new scripts and log updates
|
|
git push origin main # publishes them to GitHub
|
|
|
|
# On your iPhone (or any machine using that key)
|
|
ssh -T git@github.com
|
|
# You should see a greeting like: "Hi blackboxprogramming! You've successfully authenticated..." |