This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# used to make github copilot cli directly suggest you the command for fast execution | |
# usage "ghc please tell me how to get the status of a git repo" | |
# output | |
# Recommended command: git status | |
# Do you want to execute this command? [Y/n]: | |
# Executing: git status | |
# On branch main | |
# ... |