Skip to content

Instantly share code, notes, and snippets.

@angelobelchior
Created September 28, 2017 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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