Correspondece between Git client and server versions

霸气de小男生 提交于 2019-12-14 03:57:11

问题


I'm starting with Git, I already read the documentation about how to use it, just to test I create a simple repository using GitHub, everything is working good, but if I want to use my own server (not using GitHub), this is just curiosity, is there a table or list about the version correspondence between the Git client and server? in other words can I use an older server on a newer client or vice versa? I searched on several pages but I can't find this exact info, could anybody know the answer of this question?

Thanks for the help.


回答1:


The git package is not separated into a "server" and a "client", you would run the same git on your remote machine as the local one. To answer your questions: Git is extremely backwards compatible, meaning you can run an old version on one machine and a new version on the other and should be able to push/pull without any issues!

Have fun, git is a wonderful tool.



来源:https://stackoverflow.com/questions/21918684/correspondece-between-git-client-and-server-versions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!