From 5db0d7d1a0ce90ce04f940654daf9eeecc3839b2 Mon Sep 17 00:00:00 2001 From: Doug Crescenzi Date: Mon, 4 Jun 2018 21:31:32 -0400 Subject: [PATCH] included command to add upstream (#959) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 475b1155d..2c1d60e60 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,7 @@ As a contributor, you are expected to fork this repository, work on your own for ``` cd openzeppelin-solidity +git remote add upstream https://github.com/OpenZeppelin/openzeppelin-solidity.git git fetch upstream git pull --rebase upstream master ```