Skip to content
  • Kevin Daudt's avatar
    build.sh: force overwrite basebranch · 2b1aef6e
    Kevin Daudt authored
    The basebranch might already exist. When trying to update the basebranch
    when it's not fast-forwardable, git will throw an error.
    
    Add a '+' to the fetch spec to tell git that it's allowed to force
    overwrite the current ref.
    2b1aef6e