diff options
Diffstat (limited to 'libs/git')
-rwxr-xr-x | libs/git | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ git_branch_create() { ( cd "$repository_path" - git checkout -b "$branch" + git checkout -B "$branch" if ! [ -z "$revision" ] then |