diff --git a/etc/scripts/new-issue-branch b/etc/scripts/new-issue-branch index ff0e94be..461fb1ca 100755 --- a/etc/scripts/new-issue-branch +++ b/etc/scripts/new-issue-branch @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash # # This script creates a new local issue branch for the given issue id. # Previous changes are stashed before the issue branch is created and are reapplied after branch creation.