aboutsummaryrefslogtreecommitdiff
path: root/libs/git
diff options
context:
space:
mode:
Diffstat (limited to 'libs/git')
-rwxr-xr-xlibs/git2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/git b/libs/git
index ead6651d..1b451724 100755
--- a/libs/git
+++ b/libs/git
@@ -61,7 +61,7 @@ git_branch_create() {
(
cd "$repository_path"
- git checkout -b "$branch"
+ git checkout -B "$branch"
if ! [ -z "$revision" ]
then