diff --git a/makefile b/makefile index 044f7a1e..5fe7df6c 100644 --- a/makefile +++ b/makefile @@ -27,5 +27,12 @@ test_server: test: python test/run.py +# For the fork that is configured with appveyor +rebase_upstream: + git fetch upstream + git checkout master + git reset --hard upstream/master + git push origin master --force + .PHONY: test .PHONY: build