Any option for not committing README.md for Google AI Studio?

Dear Fellow Developers,

I noticed that AI studio is a nice tool to explore ideas and get rapid prototype using Gemini.

It can be integrated with GitHub but I have one issue: I can only stage and commit ALL files even though I only want to commit those that have been tested and ready for built.

For example (see image below), I have editted my README on GitHub and I don’t want Google AI Studio to modify that. Also, there are scripts that is not built ready, so I want to fix issues and upload later.

Is there an option to select which files to commit, like how we did it in other IDE? Or better practices that I can adopt when exploring ideas on AI studio?

Thank you!

@Tianxiao_Wang ,

Thank you for the feedback, as of now we dont have a way to do this in AI studio.
as you have mentioned in your post, AI studio bild feature is only for quick prototyping.

If you want to do developement with help of gemini , you can use GEMINI_CLI in you developeemnt environment.