mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Add missing target branch check
This commit is contained in:
@@ -347,6 +347,7 @@ merge() {
|
|||||||
checkReleaseDoesNotExist
|
checkReleaseDoesNotExist
|
||||||
checkWorkingTreeClean
|
checkWorkingTreeClean
|
||||||
checkSourceBranchExists
|
checkSourceBranchExists
|
||||||
|
checkTargetBranchExists
|
||||||
|
|
||||||
logInfo "Checking out source branch '${SOURCE_BRANCH}'..."
|
logInfo "Checking out source branch '${SOURCE_BRANCH}'..."
|
||||||
git checkout "$SOURCE_BRANCH"
|
git checkout "$SOURCE_BRANCH"
|
||||||
|
|||||||
Reference in New Issue
Block a user