Difference between revisions of "Migration from Bitbucket to a local git repository"

From wiki.ferrari.mo.it
Jump to navigation Jump to search
(Created page with "= Migrate form a remote (e.g. Bitbucket) to a local git server = == Server side ==")
 
Line 2: Line 2:
  
 
== Server side ==
 
== Server side ==
 +
 +
apt-get install git
 +
apt-get install git-server

Revision as of 17:40, 18 March 2026

Migrate form a remote (e.g. Bitbucket) to a local git server

Server side

apt-get install git
apt-get install git-server