Skip to content

Commit

Permalink
set the correct git keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnelsantiago committed Nov 20, 2023
1 parent b99c583 commit 853fd9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions new-win11.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ git config --global alias.st "status"
Write-Host "Setting VS Code as the Git editor" -ForegroundColor Magenta
git config --global core.editor "code --wait"

git config --global core.fsmonitor=true
git config --global core.autocrlf=true
git config --global core.fsmonitor true
git config --global core.autocrlf true

# https://cscheng.info/2017/01/26/git-tip-autostash-with-git-pull-rebase.html
Write-Host "Setting autostash with git pull --rebase" -ForegroundColor Magenta
Expand Down

0 comments on commit 853fd9b

Please sign in to comment.