79760648

Date: 2025-09-10 08:58:06
Score: 1.5
Natty:
Report link

If you want to push your changes in the developer branch of "MyAwesomeProject" and "ClientProject" then i think you can use a git alias (a git shortcut command) .

To push to both remote branches:

git config alias.pushall '!git push origin developer && git push client developer'

Then run:

git pushall

Please let me know if there is other ways or Improvements.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: saptarshi