Editing Files via Git Integration

Team,

Please advise if the following is advisable for linking files and Git. As I dont have the option to edit/search/update files from the browser, I thought of this.

  1. Enable GIT support for the application.
  2. Clone the Git repo in my windows desktop
  3. All the uploaded images from the application will be stored in my windows desktop.
  4. I manipulate the image files(crop,resize, etc)
  5. Commit the changes.
  6. All commits are now live in the application.

Hello!

Yes, your idea is really good. It should work well.
But what is the question?)
best regards,
Alex

Is this way a recommendended approach? Will I run in to issues? Any potential risks or data corruption?

Yes, this approach should work for you purposes. Issues are not expected. Risk of data corruption is not more then when using console approach.

Works great. Was able to clone, commit, push the changes. I will use this approach untill browser based file search is available.