You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2026. It is now read-only.
I often fork repositories on GitHub and then retrieve them.
Here are the steps I'd like to follow:
Fork the repository on GitHub, and then git grab with my username.
If there is already a cloned repository at ~/src/github.com/otheruser/repo, instead of performing a git clone, I would like to locally move the existing directory using mv and adjust the remote repositories (origin to my repository and upstream to otheruser).
I often fork repositories on GitHub and then retrieve them.
Here are the steps I'd like to follow:
Fork the repository on GitHub, and then
git grabwith my username.If there is already a cloned repository at
~/src/github.com/otheruser/repo, instead of performing a git clone, I would like to locally move the existing directory usingmvand adjust the remote repositories (originto my repository andupstreamtootheruser).