Recent Posts

ELViS

11 minute read

1. DESCRIPTION

Push the cloned repo to new empty repository

less than 1 minute read

git clone https://github.com/JYLeeBioinfo/oldrepo.git rm -rf .git # remove git history and information git init # initialize git add . # add all files to the...