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.default has 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 path equates git add -a path


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -