diff options
-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 |
index : librebootfr | ||
French translation of the Libreboot project. | Miquel Lionel |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | libs/git | 2 |
@@ -61,7 +61,7 @@ git_branch_create() { ( cd "$repository_path" - git checkout -b "$branch" + git checkout -B "$branch" if ! [ -z "$revision" ] then |