I made simple Git client to use inside Bolt.new

by ingvar77on 4/10/2025, 10:40 AMwith 0 comments

Was struggling for a while on bringing assets inside Bolt and saving code from Bolt to GitHub. Made a small git client that can work inside Bolt.new webcontainer. You can use it inside Code / Terminal tab inside Bolt.

To export sources to new GitHub repo, pull changes from remote repo (fast forward only):

npx git-bolt sync

0