git push controls / config
From: Mahesh Vaidya <hidden>
Date: 2016-06-15 22:48:59
How can I prevent (via a config file) someone from pushing a
1) same commit with --amend;
- we rely on commit log; bug number. If some one changes bug
number via amend; that risks the integrity.
2) creating and removing Tags and Branches
- same - Tags are of special importance to us.
Thx/ Mahesh