Skip to content

Instantly share code, notes, and snippets.

@angelobelchior
Created September 28, 2017 14:26
Show Gist options
  • Save angelobelchior/04d6a6b9162dd521b50cd58f5deba980 to your computer and use it in GitHub Desktop.
Save angelobelchior/04d6a6b9162dd521b50cd58f5deba980 to your computer and use it in GitHub Desktop.
Update Forked Repository - Git
git remote add upstream https://github.com/andrebaltieri/FluentValidator.git
git fetch upstream
git checkout master
git rebase upstream/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment