summaryrefslogtreecommitdiff
path: root/_posts/2008-03-03-remove-sensitive-data.markdown
diff options
context:
space:
mode:
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
-----------------------------------------