Queer European MD passionate about IT

push_to_remotes.sh 183 B

1234567
  1. #!/bin/bash
  2. # Merge develop into master and push both branches; checkout to develop at the end.
  3. git push origin main develop;
  4. git push bitbucket main develop;
  5. git push github main;