From 4109f9b0094862939f05eb7bd3202310042c59fb Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 2 Mar 2020 15:02:29 -0600 Subject: [PATCH] Add git freeze --- home/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/home/gitconfig b/home/gitconfig index a0310fb..20313af 100644 --- a/home/gitconfig +++ b/home/gitconfig @@ -31,6 +31,7 @@ push-with-tags = !git push && git push --tags pull-with-submodules = !git pull && git submodule update --init rpull-with-submodules = !git pull --rebase --stat && git submodule update --init + freeze = !git-freeze [merge] tool = vimdiff [mergetool "fugitive"]