Commit 178bdac9 authored by delanoe's avatar delanoe

[FEAT] bash script to merge and push main branches for prod and prod-dev.

parent 775fa768
#!/bin/bash
git checkout prod-dev
git merge unstable
git checkout prod
git merge prod-dev
git checkout unstable
git push origin prod prod-dev unstable
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment