Horje
mirror repository github Code Example
git mirror repository
cd myrepo
git fetch origin
git push --mirror <remote_repo_git_url>
mirror repository github
# open cmd 
# cd to your folder where you wanted to put the clone
cd foldername
# clone repository
git clone source_repo.git
# login to github account and create new_repo
# -> if you experience "remote: Permission to UserName/repo.git denied ..."
# -> check this article https://bit.ly/3o3L1ah
# when the clone is done, cd to clone source_repo
cd clone source_repo
# push the clone to your new repository this will include commits
git push new_repo.git --mirror




Shell

Related
kubernetes get persistent volumes Code Example kubernetes get persistent volumes Code Example
install lastools conda Code Example install lastools conda Code Example
linux change filename batch Code Example linux change filename batch Code Example
how to change expiry date for user linux Code Example how to change expiry date for user linux Code Example
how to upgrade cpu of my instance in aws Code Example how to upgrade cpu of my instance in aws Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10