From 5995fcd26a6d5c4fdf4e77f3839b33df9f854b34 Mon Sep 17 00:00:00 2001
From: Joey Hess <joeyh@joeyh.name>
Date: Mon, 22 Dec 2014 18:11:12 -0400
Subject: remove commit.d push example as there is a config setting for that

---
 doc/README.mdwn | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/doc/README.mdwn b/doc/README.mdwn
index 73d2ddf..c6c774b 100644
--- a/doc/README.mdwn
+++ b/doc/README.mdwn
@@ -213,15 +213,6 @@ letting it git add new files:
 
 	rm /etc/etckeeper/commit.d/50vcs-commit
 
-Here's how to make it automatically push commits to a clone of the
-repository as a backup (see instructions above to set up the clone safely):
-
-	cd /etc/etckeeper/commit.d
-	(echo '#!/bin/sh' ; echo 'git push backup') > 99git-push
-	chmod +x 99git-push
-	git add .
-	git commit -m "automatically push commits to backup repository"
-
 ## sudo integration
 
 etckeeper will notice if it's being run by way of sudo, and makes a commit
-- 
cgit v1.2.3