Unable to change branch name for edit commits #135496
Replies: 2 comments 1 reply
-
|
@DrJacobHolden thank you for sharing the issue. We currently do not support editing branch name when creating a new branch while editing a file. I will create an issue to track this and discuss it with the design team. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Dear DrJacobHolden, The reason why you are encountering this issue is because the GitHub iOS app auto-generates one fixed branch name per user, such as "-patch-1" for commits you cannot push directly and there is no field to rename it before committing. You must check if this branch still exits as an open PR or leftover branch, or if it was deleted but not fully cleaned up on GitHub's side, causing recreating to fail silently. Try to follow the following steps to fix the issue:
I hope this information was helpful and you get to fix your issue. Please let me know if you have more questions I might be able to assist you. Best, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When editing through the GitHub mobile app I am only able to commit to DrJacobHolden-Patch-1.
I can see this generated branch name but I am unable to edit it.
If the branch already exists or has been deleted I am not able to save any changes as the process to recreate this duplicate branch fails.
ℹ️ Additional Debug Info
GitHub for iOS, Version 1.172.0 (138201153) Device: iPad16,3 (iOS 17.5.1)Beta Was this translation helpful? Give feedback.
All reactions