Skip to content

Instantly share code, notes, and snippets.

@ErickPetru
Forked from CristinaSolana/gist:1885435
Last active September 13, 2019 13:14
Show Gist options
  • Save ErickPetru/d7cb775d5130eb776a8d092672d40713 to your computer and use it in GitHub Desktop.
Save ErickPetru/d7cb775d5130eb776a8d092672d40713 to your computer and use it in GitHub Desktop.
Keeping the "vuejs-br/br.vuejs.org" fork up to date with the upstream "vuejs/vuejs.org" repository.

1. Clone your fork, if you didn't it yet:

git clone git@github.com:vuejs-br/br.vuejs.org.git

2. Add remote from original repository in your forked repository:

cd into/cloned/br.vuejs.org
git remote add upstream git://github.com/vuejs/vuejs.org.git
git fetch upstream

3. Updating your fork from original repo to keep up with their changes:

git pull upstream master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment