Feature suggestion - edit and commit multiple files through Github web #89
Answered
by
shashban
PranayShah
asked this question in
GitHub Platform
|
Extremely convenient to commit a single file through the editor on Github. AFAIK, only a single file can be committed as such. Many times we have to make changes across a bunch of files which do not even require code to be checked out on a system. Would really help there. |
Answered by
shashban
Mar 27, 2021
Replies: 1 comment 1 reply
|
Thanks for the suggestion @PranayShah |
1 reply
Answer selected by
mvkaran
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the suggestion @PranayShah
Editing using GitHub UI is recommended for simple changes (typically a single file). If there are multiple files, you can create a branch, make all the changes and run validations in a PR.