开发者

Git version is different between remote and local copy

开发者 https://www.devze.com 2022-12-14 21:09 出处:网络
Do you think I will have any kind of problem by using different git software versions between the remote and local copy? In my cas开发者_如何学运维e the remote is 1.6.5.7 and the local is 1.6.5.1 (few

Do you think I will have any kind of problem by using different git software versions between the remote and local copy? In my cas开发者_如何学运维e the remote is 1.6.5.7 and the local is 1.6.5.1 (few bug fixes)

Thx ;)


You will have no problems. Git is generally compatible between even major version changes; minor version differences should never introduce any incompatibilities.


1.5.x do not introduced any repository format incompatibility.
One good example of that, is the difference between local Git and GitHub Git versions:
GitHub runs with with 1.6.4.3 and supports any 1.5.x clients.

Even the upcomming Git 1.7 will not introduce any major issues, only policy changes.


Minor revs are generally completely compatible.


Obvious, more general answer: try it and see!

0

精彩评论

暂无评论...
验证码 换一张
取 消