push_changes.txt 150 B

12345678910111213
  1. TAG=67.1
  2. git tag $TAG
  3. git push origin $TAG
  4. git push github $TAG
  5. git push gitlab $TAG
  6. # normal push
  7. git push origin
  8. git push github
  9. git push gitlab