Tuesday 2 April 2024

Move git repository to another server

git remote rm origin 
git remote add origin http://... 
git push -u origin --all