Script: merge feature branch into develop
#!/bin/sh
FEATURE_BRANCH=`git rev-parse --abbrev-ref HEAD`
git checkout develop
git pull origin develop
echo "about to merge"
git merge --no-edit ${FEATURE_BRANCH}
git push origin develop
git checkout ${FEATURE_BRANCH}
Written by Benjamin
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Related Tags
#git
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#