You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should instruct differently if it's a fork or not.
Instructions for a fork could be:
git remote add upstream [email protected]:vtex/styleguide.git # Add a reference to the original repo
git checkout master
git pull upstream master # get changes from the original repo
git checkout - # go back to your branch
git rebase master # reapply your commits on top of master
git push --force
The text was updated successfully, but these errors were encountered:
We should instruct differently if it's a fork or not.
Instructions for a fork could be:
The text was updated successfully, but these errors were encountered: