From a483a05335c753555aba8c4529a62eb50b470028 Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Mon, 16 May 2011 14:07:48 -0700 Subject: Update files to match new style guide --- _posts/2009-09-09-removing-sensitive-data.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2009-09-09-removing-sensitive-data.markdown') diff --git a/_posts/2009-09-09-removing-sensitive-data.markdown b/_posts/2009-09-09-removing-sensitive-data.markdown index a4e10c4..ed316ed 100644 --- a/_posts/2009-09-09-removing-sensitive-data.markdown +++ b/_posts/2009-09-09-removing-sensitive-data.markdown @@ -6,7 +6,7 @@ categories: popular git_ninjutsu terminal_pres: true --- -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. +

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.

Change your password -------------------- -- cgit v1.3.1