Thisis cool and all, but I use PowerShell. Turns out these ?? commands are just router commands to a larger EXE called github-copilot-cli. So if you go "?? something" you're really going "github-copilot-cli what-the-shell something."
Here are my aliases. Feel free to suggest if these suck. Note the addition of "user powershell to" for the ?? one. I may make a ?? and a p? where one does bash and one does PowerShell. I could also have it use wsl.exe and shell out to bash. Lots of possibilities.
Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.
GitHub Desktop seems to be a 32-bit application. As you're running it on a 64-bit system Windows changes certain paths and environment variables in the background using file system redirection. This also happens e.g. for the registry. Both is done in order for the 32-bit application to find the files it needs in the appropriate places.
So while a 64-bit application launching C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe would start a 64-bit PowerShell a 32-bit application would launch a 32-bit PowerShell. If you go ahead an check the question "How to launch 64-bit powershell from 32-bit cmd.exe?" you will find that you should be able to use a path that references sysnative instead of system32 in order to launch a 64-bit application from a 32-bit application. So you would reference:
Im following this github youtube video tutorial:
github crash course
But when I clone my demo-repo and cd into the folder I do not see git:(master) in the terminal.
Im using vscode.
Can someone help me?
thank you so much!
3a8082e126