Showing posts with label git. Show all posts
Showing posts with label git. Show all posts

Tuesday, 2 April 2024

Move git repository to another server

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