Update README.md - add missing git fetch step

This commit is contained in:
zertrin 2016-03-26 12:51:19 +01:00
parent 8c5de6162e
commit 279a5580fe

View file

@ -39,11 +39,13 @@ Here is how to do it:
Fork the repository first and then clone your fork on your machine: 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: Add a remote for the upstream repository:
git remote add upstream git@github.com:zertrin/duplicity-backup.git 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: Create a new topic branch for the changes you want to make, based on the `dev` branch from upstream: