Pseudo-Fork

This script can be used to fork a repository into new one, it solve the fork lock of a public repository into a new private repository.

./pseudo-fork.sh \
 git@github.com:<original_owner>/<original_repo>.git \
 git@github.com:<forked_owner>/<forked_owner>.git

References:

Create a private fork of a public repository.

Github easy alternative.