#!/usr/bin/env bash git branch -vvv; echo "intergration branch:" read int echo "branch to merge:" read mergebranch git checkout $int && git merge --no-edit --no-ff $mergebranch # example: git checkout lm/generalLake && git merge --no-edit --no-ff origin/lm/ottersSwim
No comments:
Post a Comment