Git is the recommended VCS to use with Bixby Developer Studio. The application monitors the file system and updates the application's internal state based on file system event handlers (e.g. update | create | delete
).
One additional note about training, I see you are excluding *training.bxb
files with the .gitignore
file. Although (today) in Bixby Studio we do not reveal training files to the File Explorer or Editor, they are just like any other *.bxb
file and essential to your capsule's source code. The Training UI provided by Bixby Developer Studio is just a fancy view of all those *.training.bxb
files.
Disclaimer: I work on the Bixby Developer Studio engineering team