mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 19:27:11 +01:00
7a286e4753
* Show checkout instructions also when there is no permission to push, for anyone who wants to locally test the changes. * First checkout the branch exactly as is, without immediately having to solve merge conflicts. Leave this to the merge step, since it's often convenient to test a change without worrying about this. * Use `git fetch -u`, so an existing local branch is updated when re-testing the same pull request. But not the more risky `git fetch -f` in to handle force pushes, as we don't want to accidentally overwrite important local changes. * Show different merge command depending on the chosen merge style, interactively updated. |
||
---|---|---|
.. | ||
fields | ||
labels | ||
milestone | ||
view_content | ||
branch_selector_field.tmpl | ||
card.tmpl | ||
choose.tmpl | ||
comment_tab.tmpl | ||
filter_actions.tmpl | ||
filter_list.tmpl | ||
filters.tmpl | ||
label_precolors.tmpl | ||
labels.tmpl | ||
list.tmpl | ||
milestone_issues.tmpl | ||
milestone_new.tmpl | ||
milestones.tmpl | ||
navbar.tmpl | ||
new_form.tmpl | ||
new.tmpl | ||
openclose.tmpl | ||
search.tmpl | ||
view_content.tmpl | ||
view_title.tmpl | ||
view.tmpl |