I am having Development, Staging & Production repository.
Cycle: Development --> Staging --> Production
Development remote: origin
Staging remote: Development & origin
Production remote: Staging & origin
is it possible to remove git tag from all this 3 repository in single git command? if yes than how?