|
|
|
I made simple Git client to use inside Bolt.new
|
|
1 points
by ingvar77
442 days ago
|
|
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 |
|