Fork into a private repo
# Clone your private repo into your workstation
git clone https://github.com/team-supersafe/hayek-validator-kit-private.git
# Link private repo to remote public one
git remote add public https://github.com/team-supersafe/hayek-validator-kit.git
# Create a merge commit
# from the public repo's main branch
# to your local private repo branch
git pull public main
# Push
# from the local private repo branch
# to the remote private repo branch
git push origin mainLast updated
Was this helpful?