Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 429 Bytes

README.md

File metadata and controls

24 lines (24 loc) · 429 Bytes

Sourcy

Sourcy is an basic source control progam for Mac and Linux that provides some of the most basic features of git.

Installation Instruction

chmod -h config.sh
./config.sh

Commands

Initilize the repo

sourcey init

Track the changes made since the last commit

sourcey track

Commit a version of the repo

sourcey commit <commit name>

Log previous commits

sourcey log