Update git pre-push hook so that only upstream branches can get pushed to origin

This commit is contained in:
rl1987
2019-02-20 09:35:27 +02:00
committed by David Goulet
parent 6927e9a60c
commit ae5a0f39cd
2 changed files with 22 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (developer tooling):
- Modify git pre-push hook script to disallow pushing branches other than
master, release-* and maint-* to origin remote. Implements feature
29532.