What i need to take care to upgrade from git 1.9.5 to latest 2.6? -
i have been using version 1.x projects.
is safe upgrade latest 2.6?
on workstations use sourcetreee , git extensions.
all our repositories stored in central server serve our origin remote.
yes, git 2.6 open repos created 1.9.x without issue.
best practice make sure git version on server greater or equal 1 used clients, in practice, have been using 2.x clients pushing 1.9.x server months without problem.
check few settings have changed git 2.0 though:
in git 2.0
push.defaulthas been changed simple narrower in scope – more specific , more intuitive – push:
- the current branch branch same name when current branch set integrate remote branch on same remote;
- the current branch branch same name, if pushing remote not fetch from.
and:
git add pathequatesgit add -a path
Comments
Post a Comment