Skip to content

Commit

Permalink
removes git credential stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnelsantiago committed Nov 19, 2023
1 parent aef8db6 commit 4643f90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions new-win11.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ git config --global alias.l "log -n 20 --oneline"
git config --global alias.lga "log --graph --oneline --all --decorate"
git config --global alias.st "status"

Write-Host "Setting git credential manager" -ForegroundColor Magenta
git config --global credential.useHttpPath true
git config --global credential.helper wincred #https://code.visualstudio.com/docs/remote/troubleshooting#_sharing-git-credentials-between-windows-and-wsl

Write-Host "Setting VS Code as the Git editor" -ForegroundColor Magenta
git config --global core.editor "code --wait"

Expand Down

0 comments on commit 4643f90

Please sign in to comment.