mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
Refactor merge-to-branch script to prepend "zen-" to the branch name if no branch is specified
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
branch="$1"
|
branch=zen-"$1"
|
||||||
default_branch="central"
|
default_branch="central"
|
||||||
|
|
||||||
git checkout "$branch"
|
git checkout "$branch"
|
||||||
|
Reference in New Issue
Block a user