-
Notifications
You must be signed in to change notification settings - Fork 315
Open
Labels
Area-HistoryImprovementsLabel for tracking different improvements to historyLabel for tracking different improvements to historyArea-PredictorsLabel for issues related to predictorsLabel for issues related to predictorsIssue-EnhancementIt's a feature request.It's a feature request.
Milestone
Description
Prerequisites
- Write a descriptive title.
Description of the new feature/enhancement
Include the current location (working directory) as part of history so that predictions based on history would show commands used from that location previously. If nothing is found, then fallback to current strategy.
Example:
> cd ~/repos/powershell
~/repos/powershell> git re
# prediciton would be something like: git reset --hard upstream/master
> cd ~/repos/somethingelse
~/repos/somethingelse> git re
# prediction would be something like: git reset --hard upstream/main
# in this example, you use `main` instead of `master` branch
Proposed technical implementation details (optional)
No response
mattcargile, addianto and RH-TLagrone
Metadata
Metadata
Assignees
Labels
Area-HistoryImprovementsLabel for tracking different improvements to historyLabel for tracking different improvements to historyArea-PredictorsLabel for issues related to predictorsLabel for issues related to predictorsIssue-EnhancementIt's a feature request.It's a feature request.