Files
lucidia-main/git pull
blackboxprogramming c1025d0e63 does it work
2025-08-08 01:54:34 -05:00

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..."