Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 590 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 590 Bytes

Bit

Version Control System (Friendly Edition)

Note

This VCS tool is in development and not recommended for larger projects.

Staging Items

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