Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notify if pull request is not rebased with master and instruct how to do a rebase #5

Open
klzns opened this issue Apr 24, 2020 · 0 comments

Comments

@klzns
Copy link

klzns commented Apr 24, 2020

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant