Comment on Recommendations for a version control system
i_am_not_a_robot@discuss.tchncs.de 2 weeks agoGit does have a server component. When git connects to an ssh remote it executes an ssh command that needs to be present.
Comment on Recommendations for a version control system
i_am_not_a_robot@discuss.tchncs.de 2 weeks agoGit does have a server component. When git connects to an ssh remote it executes an ssh command that needs to be present.
kattfisk@lemmy.dbzer0.com 2 weeks ago
You are right! I was fooled by my server already having git installed and this requirement not being mentioned anywhere. I guess that explains why it uses SSH rather than SCP/SFTP.