From 0637cb7608fbb8e5776c624f5d39203599cadcd2 Mon Sep 17 00:00:00 2001 From: cantique Date: Sun, 2 Feb 2014 11:46:34 -0500 Subject: [PATCH] add core.excludesfiles to configs deleted. --- script/nuke | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/nuke b/script/nuke index 68c19be..0c52a24 100755 --- a/script/nuke +++ b/script/nuke @@ -61,6 +61,8 @@ if all || receipts end if all || gitconfig - warn "-> Removing git credential helper config." + warn "-> Removing git credential helper and core excludesfiles config items." system "/usr/bin/git", "config", "--global", "--unset", "credential.helper" + system "/usr/bin/git", "config", "--global", "--unset", "core.excludesfiles", "boxen" #Remove only a config with boxen in its value (#509) end +