git-extras
git-extras copied to clipboard
Request: Add merge-into-remote
Add a command to merge into remote branch, basically, something like:
git merge-into dev; git checkout dev; git push origin dev