Rebase forked repo with original repo
git remote add upstream https://github.com/original-repo/goes-here.gitgit fetch upstreamgit rebase upstream/mastergit push origin master [--force]
Add ssh key to account
ssh-keygen -t ed25519 -C "your_email@example.com"cat ~/.ssh/id_ed25519.pub- Log in to your GitHub account, navigate to "Settings" -> "SSH and GPG keys", and add a new SSH key, pasting the copied public key content.