Which is the smarter git protocol, ssh or git(over ssh) or https protocol?

后端 未结 7 1716
刺人心
刺人心 2020-12-02 16:53

Which is efficient? SSH:// or Git:// (File compression)

I understand in Git, git protocol is smart because there is a protocol agent on both ends of communication t

相关标签:
7条回答
  • 2020-12-02 17:28

    The various protocols are at different levels (e.g. the ISO 7 layer model), so you can have both, just as you could be connected by Wires or Wirelessly, or fibre.

    0 讨论(0)
提交回复
热议问题