In our work, we need an easy way to sync a hotfix commit on main in another two branches (develop, staging) So, I decided to make a sh script. touch git-sync.sh chmod 755 git-sync.sh and inside that file #!/bin/bash helpFunction() { echo "" ...
topomuerto.hashnode.dev2 min readNo responses yet.