×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Bash
Posted by: Roman Ignatov
Added: Feb 27, 2018 11:43 AM
Views: 2793
Tags: git sysadmin
  1. git clone --mirror OLD_REPO_URL
  2. cd OLD_REPO_CLONE_FOLDER
  3. git remote add NEW-REMOTE URL
  4. git push  NEW-REMOTE --mirror