From 9c8ac6a8819d9c47cff71df1f3fa89d439a170bc Mon Sep 17 00:00:00 2001 From: darkelfe14728 Date: Sat, 16 Dec 2017 13:17:34 +0100 Subject: [PATCH] Git : new alias to untrack file --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index f3dae4b..cd4f1b2 100644 --- a/gitconfig +++ b/gitconfig @@ -21,6 +21,7 @@ uf = checkout -- cb = checkout push = push --tags + untrack = rm --cached [core] editor = vim autocrlf = false