Skip to content

Instantly share code, notes, and snippets.

@laniehei
Created June 19, 2021 00:02
Show Gist options
  • Save laniehei/e6842c1aea629ceeabda208875224ef6 to your computer and use it in GitHub Desktop.
Save laniehei/e6842c1aea629ceeabda208875224ef6 to your computer and use it in GitHub Desktop.
Set Fork Upstream
echo "What's your github clone URL?"
read URL
git remote add upstream $URL
git fetch upstream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment