Skip to content

Commit

Permalink
Using Git Real World: Fix knowledge check question (#28635)
Browse files Browse the repository at this point in the history
Wrong order of merging asked about
  • Loading branch information
MarkR-Dev authored Aug 15, 2024
1 parent b29a774 commit 3b6b2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/intermediate_git/using_git_in_the_real_world.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The following questions are an opportunity to reflect on key topics in this less

- [What name is typically given for a Git remote that points to a repo that's been forked?](#initial-setup)
- [Can you directly send your changes to a repository that you don't own/have write access to?](#sending-your-pull-request)
- [What should you do immediately before merging your feature branch into main?](#ongoing-workflow)
- [What should you do immediately before merging main into your feature branch?](#ongoing-workflow)

### Additional resources

Expand Down

0 comments on commit 3b6b2ef

Please sign in to comment.