Do you think I will have any kind of problem by using different git software versions between the remote and local copy? In my case the remote is 1.6.5.7 and the local is 1.6.5.1 (few bug fixes)
Thx ;)
Do you think I will have any kind of problem by using different git software versions between the remote and local copy? In my case 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.