- Commit
- bfac06a2e3be00a20e27ceb18b6b2aeea50b66a4
- Parent
- 6bd2d814484ca232abf5731e850cc7949cc3a543
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Implemented functionality to allow the user to only commit specific files
Renamed the 'add' command to 'track'
Moved the functionality of the 'rm' command to the 'track' under a flag (-d|--delete)
Implemented the new 'add' command (analogous to git-add but it checks if the file is tracked or not)
Renamed the 'update' command to 'push'
Removed the functionality to automatically commit changes from the 'push' command