From 14ff84d11dd0279d17a44832da1fe3b24c2698c8 Mon Sep 17 00:00:00 2001 From: tekkub Date: Wed, 3 Mar 2010 01:50:44 -0700 Subject: That's ninjutsu too --- _posts/2009-09-09-removing-sensitive-data.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts') diff --git a/_posts/2009-09-09-removing-sensitive-data.textile b/_posts/2009-09-09-removing-sensitive-data.textile index 1d0b29b..bd8285a 100644 --- a/_posts/2009-09-09-removing-sensitive-data.textile +++ b/_posts/2009-09-09-removing-sensitive-data.textile @@ -2,7 +2,7 @@ layout: default title: Removing sensitive data description: Dealing with accidentally committed passwords or other sensitive information -categories: repos +categories: popular, "Git ninjutsu" --- From time to time users accidentally commit data like passwords or keys into a git repo. While you can use @git rm@ to remove the file, it will still be in the repo's history. Fortunately, git makes it fairly simple to remove the file from the entire repo history. -- cgit v1.3.1