Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AjaiKN authored Aug 24, 2023
1 parent fd134bc commit aeb0b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ At the top of this page is a "fork" button. Click this button to make a personal
# since you don't yet have a branch called new-member in your fork.
# Let's follow git's suggestion from the error message to confirm that
# you want to associate this local new-member branch with your fork's new-member branch.
# (origin means your fork.)
# (By default, "origin" is the GitHub repository you cloned from. In this case, that's your fork.)
git push --set-upstream origin new-member
```
Expand Down

0 comments on commit aeb0b4c

Please sign in to comment.