Allow providing a branch name in generator

This commit is contained in:
Valentin Brandl
2022-08-18 14:07:07 +02:00
parent ecbc63f522
commit dbbbdad3fa
3 changed files with 11 additions and 3 deletions

View File

@ -80,6 +80,8 @@ the lines of
<input name="user" id="user" type="text" placeholder="user" />
<label>/</label>
<input name="repo" id="repo" type="text" placeholder="repository" />
<label>:</label>
<input name="branch" id="branch" type="text" placeholder="branch (defaults to `master`)" />
<button type="submit">Generate</button>
</form>