Skip to content

Instantly share code, notes, and snippets.

@jimhester
Created October 3, 2018 22:51
Show Gist options
  • Save jimhester/ac24f093c09e4967f83d6c3ba1b8df40 to your computer and use it in GitHub Desktop.
Save jimhester/ac24f093c09e4967f83d6c3ba1b8df40 to your computer and use it in GitHub Desktop.
remotes
# Clone the happy-git-with-r repository locally
# List the current remotes
# Hint: use `git remote -v` for more information
# Fork the repository on GitHub
# Add your forked remote (call it 'mine')
# Hint: `git remote add`
# List your remotes now
# Rename your remotes to make Jenny's repo upstream and your repo origin
# Make a change to your readme and commit it, then push it to your remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment