We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d0f05 commit e731a94Copy full SHA for e731a94
Makefile
@@ -106,11 +106,6 @@ ifndef bump
106
endif
107
108
check-git:
109
- # require that you be on a branch that's linked to upstream/main
110
- @if ! git status -s -b | head -1 | grep -q "\.\.upstream/main"; then \
111
- echo "Error: You must be on a branch that's linked to upstream/main"; \
112
- exit 1; \
113
- fi
114
# require that upstream is configured for ethereum/<REPO_NAME>
115
@if ! git remote -v | grep "upstream[[:space:]][email protected]:ethereum/<REPO_NAME>.git (push)\|upstream[[:space:]]https://github.com/ethereum/<REPO_NAME> (push)"; then \
116
echo "Error: You must have a remote named 'upstream' that points to '<REPO_NAME>'"; \
0 commit comments