Closed discerno closed 1 month ago
Here are some possible corrections for the section "Basics":
Git -> Save changes to the repository: The commands should probably be two lines, not one line.
SSH -> Pull file: Should probably be scp [user]@[host]:[remoteFile] .
scp [user]@[host]:[remoteFile] .
I made corrections in #27. Hope this helps :)
Here are some possible corrections for the section "Basics":
Git -> Save changes to the repository: The commands should probably be two lines, not one line.
SSH -> Pull file: Should probably be
scp [user]@[host]:[remoteFile] .