We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e60eb7 commit 8840b6bCopy full SHA for 8840b6b
init.ps1
@@ -8,9 +8,6 @@ git config alias.tool-config "!$dir/git-tool-config.ps1"
8
# Allow self-updating on the current branch
9
git config alias.tool-update "!$dir/git-tool-update.ps1"
10
11
-# Check the tool configuration for issues
12
-git config alias.tool-audit "!$dir/git-tool-audit.ps1"
13
-
14
# Check the upstream branch configuration for branches that no longer exist
15
git config alias.tool-audit-prune "!$dir/git-tool-audit-prune.ps1"
16
0 commit comments