Skip to content

bash to privately fork a public repo

Notifications You must be signed in to change notification settings

c-harish/pseudo-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

bash to privately fork a public repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%