Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

migrate git repository

git clone --mirror <url_of_old_repo>
cd <name_of_old_repo>
git remote add new-origin <url_of_new_repo>
git push new-origin --mirror
Comment

PREVIOUS NEXT
Code Example
Shell :: laravel sanctum auth setup 
Shell :: yum check package version 
Shell :: powershell sharepoint 2010 update item 
Shell :: ubuntu search for file whole hard drive 
Shell :: list all users ubuntu 20.04 
Shell :: read only in linux 
Shell :: install document viewer ubuntu 
Shell :: download zip file from onedrive using wget 
Shell :: kali linux time settings 
Shell :: ls in linux 
Shell :: how to locate a file in linux 
Shell :: sort in linux 
Shell :: kube dashboard expose access port 
Shell :: create user in linux 
Shell :: virtualbox shared folder linux 
Shell :: powershell compare 
Shell :: i get your branch is ahead of master after I pulled from remote master 
Shell :: how to grep two terms at once grep 
Shell :: sed repeat pattern 
Shell :: cli50 install with pip3 
Shell :: How to remove a directory from git repository? 
Shell :: remote: ! You are trying to install ruby-2.7.0 on heroku-20. 
Shell :: Unable to connect to server: connection to server at "localhost" (127.0.0.1), port 5432 failed 
Shell :: how to prevent ubuntu sleeping when closing laptop 
Shell :: docker compose recreate 
Shell :: install dependencies npm 
Shell :: flutter sdk download 
Shell :: how to save ssh keygen How to add ssh keys to a specific user in linux? 
Shell :: how to add a zip file 
Shell :: pug compile 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =