You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 03-development-workflows/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -718,10 +718,10 @@ copilot
718
718
# Now you're in a new session copy. Try your alternative approach:
719
719
> Fix find_by_author using a different regex-based strategy
720
720
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
722
722
```
723
723
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.
725
725
726
726
> 💡 **When to branch**: Branching is great when you're unsure which approach is better and want to keep both options open.
0 commit comments