We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888f4d0 commit 8384c64Copy full SHA for 8384c64
git/.gitconfig
@@ -11,8 +11,6 @@
11
pushRemote = no_push
12
[branch "main"]
13
14
-[credential]
15
- helper = /usr/local/share/gcm-core/git-credential-manager
16
[diff]
17
tool = default-difftool
18
[difftool "default-difftool"]
@@ -21,5 +19,8 @@
21
19
rebase = false
22
20
[credential "helperselector"]
23
selected = <no helper>
+[credential]
+ helper =
24
+ helper = /usr/local/share/gcm-core/git-credential-manager
25
[credential "https://dev.azure.com"]
26
useHttpPath = true
nushell/init.nu
@@ -5,6 +5,7 @@ source ~/os.nu
5
$env.K8S_NAMESPACE = "default"
6
$env.DAGGER_NO_NAG = "1"
7
$env.IS_DEMO = "1"
8
+$env.HOMEBREW_NO_ENV_HINTS = "1"
9
10
def mkerr [
msg
0 commit comments