mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +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
|
||||
|
||||
branch="$1"
|
||||
branch=zen-"$1"
|
||||
default_branch="central"
|
||||
|
||||
git checkout "$branch"
|
||||
|
Reference in New Issue
Block a user