Update gitconfig
This commit is contained in:
@@ -75,6 +75,7 @@ if (Get-Command chezmoi -ErrorAction SilentlyContinue) {
|
|||||||
Function .status { chezmoi git status }
|
Function .status { chezmoi git status }
|
||||||
Function .diff { chezmoi git diff }
|
Function .diff { chezmoi git diff }
|
||||||
Function .update { chezmoi update }
|
Function .update { chezmoi update }
|
||||||
|
Function .folder { Set-Location (chezmoi source-path) }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,20 +1,17 @@
|
|||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
|
required = true
|
||||||
[user]
|
[user]
|
||||||
name = Isaac Shoebottom
|
name = Isaac Shoebottom
|
||||||
email = ir.shoebottom@gmail.com
|
email = ir.shoebottom@gmail.com
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
[core]
|
[core]
|
||||||
autocrlf = true
|
autocrlf = false
|
||||||
|
editor = micro
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
[credential]
|
[credential]
|
||||||
helper = C:/Users/Isaac/scoop/apps/git-credential-manager/current/git-credential-manager.exe
|
helper = C:/Users/Isaac/scoop/apps/git-credential-manager/current/git-credential-manager.exe
|
||||||
[credential "https://git.shoebottom.ca"]
|
|
||||||
provider = generic
|
|
||||||
[credential "helperselector"]
|
|
||||||
selected = manager
|
|
||||||
|
|||||||
Reference in New Issue
Block a user