-
Hiya! Apologies if this isn't the best forum for what I'm about to ask. If that's the case, any signposting would be appreciated. I've made use of this client to read a file (>10MB) from from my repo, add a line and then commit the updated file. I'm simply using My question is... is there any way to append a new line to my existing commit without the down/uploads? Each commit will just be an additional line, guaranteed. I'm not sure if it's possible to declare content as "existing content plus \n+New content" as an option for the PUT request without downloading. TIA! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I don't think that's possible. It might be possible using |
Beta Was this translation helpful? Give feedback.
I don't think that's possible. It might be possible using
git
using thegit apply
command? A good place to ask this question could be https://github.community/c/github-ecosystem/37, there are several GitHub support folks in there. This discussion forum is only about the@octokit/*
libraries, but your is a good question about the REST API in general