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 aed2e06 commit d4c77abCopy full SHA for d4c77ab
etc/check-remote.sh
@@ -0,0 +1,6 @@
1
+#! /bin/bash
2
+
3
+if git remote get-url --push origin | grep -qv "github.com:mongodb\|github.com/mongodb"; then
4
+ echo "git remote does not match node-mongodb-native. are you working off of a fork?"
5
+ exit 1
6
+fi
0 commit comments