diezo / Bit

A Friendly Version Control System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Friendly Version Control System


Languages

Language:Python 100.0%