From 279a5580fe484d2f88a57ea1c8ff19ba684f9fbc Mon Sep 17 00:00:00 2001 From: zertrin Date: Sat, 26 Mar 2016 12:51:19 +0100 Subject: [PATCH] Update README.md - add missing git fetch step --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffcf35d..8287f78 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,13 @@ Here is how to do it: Fork the repository first and then clone your fork on your machine: - git clone git@github.com:YOURNAME/duplicity-backup.git && cd duplicity-backup + git clone git@github.com:YOURNAME/duplicity-backup.git + cd duplicity-backup Add a remote for the upstream repository: git remote add upstream git@github.com:zertrin/duplicity-backup.git + git fetch upstream Create a new topic branch for the changes you want to make, based on the `dev` branch from upstream: