summaryrefslogtreecommitdiff
path: root/_posts/2008-03-03-remove-sensitive-data.markdown
diff options
context:
space:
mode:
authorChris Wanstrath <chris@ozmm.org>2011-06-09 11:55:19 +0200
committerChris Wanstrath <chris@ozmm.org>2011-06-09 11:55:19 +0200
commit3eb4726dcc5596ab6effae3801d87b71b69d4486 (patch)
tree1813a13d0260d288b8f7d7edd8c816d87e5bc412 /_posts/2008-03-03-remove-sensitive-data.markdown
parent34288c7bf9d05f23b95ce8b3c5f91602c5660910 (diff)
support.github.com => github.com/contact
Diffstat (limited to '_posts/2008-03-03-remove-sensitive-data.markdown')
-rw-r--r--_posts/2008-03-03-remove-sensitive-data.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2008-03-03-remove-sensitive-data.markdown b/_posts/2008-03-03-remove-sensitive-data.markdown
index 8f7b9f3..c0c8535 100644
--- a/_posts/2008-03-03-remove-sensitive-data.markdown
+++ b/_posts/2008-03-03-remove-sensitive-data.markdown
@@ -106,7 +106,7 @@ You may have collaborators that pulled your tainted branch and created their own
Cached data on GitHub
---------------------
-Be warned that force-pushing does not erase commits on the remote repo, it simply introduces new ones and moves the branch pointer to point to them. If you are worried about users accessing the bad commits directly via SHA1, you will have to delete the repo and recreate it. If the commits were viewed online the pages may also be cached. Check for cached pages after you recreate the repo, if you find any open a ticket on [GitHub Support](http://support.github.com) and provide links so staff can purge them from the cache.
+Be warned that force-pushing does not erase commits on the remote repo, it simply introduces new ones and moves the branch pointer to point to them. If you are worried about users accessing the bad commits directly via SHA1, you will have to delete the repo and recreate it. If the commits were viewed online the pages may also be cached. Check for cached pages after you recreate the repo, if you find any open a ticket on [GitHub Support](https://github.com/contact) and provide links so staff can purge them from the cache.
Avoiding accidental commits in the future
-----------------------------------------