From 6e87dc3e55812e24fb5889c2a7672ff849550918 Mon Sep 17 00:00:00 2001 From: Robin Winslow Date: Sat, 29 Oct 2016 16:18:09 +0100 Subject: [PATCH] Fix usage --- bin/git-force-clone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-force-clone b/bin/git-force-clone index 7096df6..056d74e 100755 --- a/bin/git-force-clone +++ b/bin/git-force-clone @@ -10,7 +10,7 @@ Usage: Example: git-force-clone -b master git@github.com:me/repo.git ./repo_dir -Provides the basic functionality of `git clone`, but if the destination +Provides the basic functionality of 'git clone', but if the destination repository already exists it will force-reset it to resemble a clone of the remote.