Jay Asbury
Jay Asbury
Tried it out  Didn't create a new line between commands. Maybe we can take a page from visual studio. This would be a great thing for auto hide from...
Yes. I need to rework some forms and add more tests.
 Verified appveyor generates a key that tests can access and the controls I wrote see the keys.
@gerhardol @RussKie @mstv I'll document changes better in pr later but please take a look at functionality for a spin. Let me know if you have feedback.
> First time running this if no key is setup, you get an exception: > > GitExtUtils.ExternalOperationException > HResult=0x80131500 > Message=Cannot start process because a file name has not been...
@gerhardol Got it right. Do the following test 1. Run update-loc 2. Run `.\scripts\Start-CleanMachineTests.ps1` in admin powershell. It will install the windows feature Windows Sandbox if needed and start a...
```patch diff --git a/scripts/wsb/Setup-Repo.ps1 b/scripts/wsb/Setup-Repo.ps1 index dc379219e..6af982dd0 100644 --- a/scripts/wsb/Setup-Repo.ps1 +++ b/scripts/wsb/Setup-Repo.ps1 @@ -11,7 +11,7 @@ function CreateCommits() [Guid]::NewGuid()|Out-File -FilePath .\initial.txt git add . # -S signs with default gpg...
1. I did this on purpose to hopefully find any issues like this. Part 2 will be settings work. I fixed it to point to the Linux bin tools version...
Ok. Show me a screenshot of your git extensions settings git\paths node selected.
> I have git for Windows (https://git-scm.com/download/win) installed. > >  > >  > >  > There is your problem. The second setting in paths should be usr\bin...