Created
October 3, 2018 22:51
-
-
Save jimhester/ac24f093c09e4967f83d6c3ba1b8df40 to your computer and use it in GitHub Desktop.
remotes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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