You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BLENDER: Edit file workflow for creating a fork and proposing changes
When viewing a file that the user can't edit because they can't write to
the branch, the new, upload, patch, edit and delete functionality is no
no longer disabled.
If no user fork of the repository exists, there is now a page to create one.
It will automatically create a fork with a single branch matching the one
being viewed, and a unique repository name will be automatically picked.
When a fork exists, but it's archived, a mirror or the user can't write
code to it, there will instead be a missing explaining the situation.
If the fork exists, a message will appear at the top of the edit page
explaining that the changes will be applied to a branch in the fork. The
base repository branch will be pushed to a new branch to the fork, and
then the edits will be applied on top.
The suggestion to fork happens when accessing /_edit/, so that for
example online documentation can have an "edit this page" link to
the base repository that does the right thing.
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1348,9 +1348,9 @@ editor.cannot_edit_non_text_files = Binary files cannot be edited in the web int
1348
1348
editor.edit_this_file = Edit File
1349
1349
editor.this_file_locked = File is locked
1350
1350
editor.must_be_on_a_branch = You must be on a branch to make or propose changes to this file.
1351
-
editor.fork_before_edit = You must fork this repository to make or propose changes to this file.
1352
1351
editor.delete_this_file = Delete File
1353
1352
editor.must_have_write_access = You must have write access to make or propose changes to this file.
1353
+
editor.must_be_signed_in = You must be signed in to make or propose changes.
1354
1354
editor.file_delete_success = File "%s" has been deleted.
1355
1355
editor.name_your_file = Name your file…
1356
1356
editor.filename_help = Add a directory by typing its name followed by a slash ('/'). Remove a directory by typing backspace at the beginning of the input field.
@@ -1408,6 +1408,15 @@ editor.user_no_push_to_branch = User cannot push to branch
1408
1408
editor.require_signed_commit = Branch requires a signed commit
1409
1409
editor.cherry_pick = Cherry-pick %s onto:
1410
1410
editor.revert = Revert %s onto:
1411
+
editor.fork_create = Fork Repository to Propose Changes
1412
+
editor.fork_create_description = You can not edit this repository directly. Instead you can create a fork, make edits and create a pull request.
1413
+
editor.fork_edit_description = You can not edit this repository directly. The changes will be written to your fork <b>%s</b>, so you can create a pull request.
1414
+
editor.fork_failed_to_push_branch = Failed to push branch %s to your repoitory.
1415
+
editor.cannot_find_editable_repo = Can not find repository to apply the edit to. Was it deleted while editing?
1416
+
editor.fork_not_editable = Fork Repository Not Editable
1417
+
editor.fork_is_archived = Your repository <b>%s</b> is archived. Unarchive it in repository settings to make changes.
1418
+
editor.fork_code_disabled = Code is disabled in your repository <b>%s</b>. Enable code in repository settings to make changes.
1419
+
editor.fork_no_permission = You do not have permission to write to repository <b>%s</b>.
0 commit comments