Skip to content

Commit aec96cf

Browse files
authored
Update README for clarity on branching commands
Clarify the usage of /branch and /fork commands in README.
1 parent 296db3e commit aec96cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

03-development-workflows/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,10 +718,10 @@ copilot
718718
# Now you're in a new session copy. Try your alternative approach:
719719
> Fix find_by_author using a different regex-based strategy
720720
721-
# If you don't like the result, switch back to your original session
721+
# If you don't like the result, switch back to your original session using /session
722722
```
723723
724-
> 💡 **`/branch` and `/fork` are the same**: Both commands do identical things. `/branch` was added as a more intuitive name — use whichever makes more sense to you.
724+
> 💡 **`/branch` and `/fork` are the same**: Both commands do identical things. `/branch` was added as a more intuitive name. Use whichever makes more sense to you.
725725
726726
> 💡 **When to branch**: Branching is great when you're unsure which approach is better and want to keep both options open.
727727

0 commit comments

Comments
 (0)