This change prevents chained commands from continuing execution if the `git merge` is operation would be unsuccessful such as a common operation when a feature branch is ready to be merged and pushed: ``` git merge-branch && git push origin ``` If the origin/master and the local master have any difference, we return status 1 and stop execution rather then emit a false success. h/t: @croaky Fix #563. |
||
---|---|---|
.. | ||
bundler-search | ||
git-ca | ||
git-co-pr | ||
git-create-branch | ||
git-ctags | ||
git-current-branch | ||
git-delete-branch | ||
git-merge-branch | ||
git-pr | ||
git-rename-branch | ||
git-trust-bin | ||
git-up | ||
replace | ||
tat |