Note
This VCS tool is in development and not recommended for larger projects.
Here's how to stage files & folders using Bit:
Stage Items
$ bit stage index.html
Unstage Items
Unstaging specific items:
$ bit unstage index.html
Unstaging all items:
$ bit unstage *
List Staged Items
To get a list of indexed items:
$ bit staged