From 08b4ee35ff7552e50a2337dadc0ac47943dcd22b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 8 Dec 2012 10:54:41 -0500 Subject: [PATCH] README: suggest fetching the remote before merging a branch Signed-off-by: W. Trevor King --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 921db0a..45f66c1 100644 --- a/README +++ b/README @@ -8,6 +8,7 @@ project-agnostic manner. To incorporate into your own project, 1. Merge the documentation into your project: $ git remote add s-o-b git://tremily.us/signed-off-by.git + $ git fetch s-o-b $ git merge s-o-b/signed-off-by 2. Tell your developers by pointing to -- 2.26.2