PAM of Pull And Merge is just a simple shell script that automates exaclly what it sounds like. You provide two branches, one for pulling and one for merging into it, then pam does its job.
For installing pam, just run this command on your commandline.
wget -O - https://raw.githubusercontent.com/MahdiAghaei1/pam/master/install.sh | bash
As a newbie in shell scripting I love to see your feedbacks and even PRs 😍. There are some stuff in .idea/TODO.md btw.