balo 1.0.0+1
balo: ^1.0.0+1 copied to clipboard
A source control in the style of git
1.0.0 #
- Command parsing
- Command interpretation
- Command execution
- Show help command
- Empty input handler
- Initialize repository with init command
- Add and Remove from ignore file
- Get status of current branch
- Stage files command
- Commit files to a branch
- View commit history
- Git diff on branches
- Merge another branches commit into current working dir
- Command line parsing upgrade using args package
- Store objects only when changed
- Add / Remove a remote
- Push command
- Pull command
- Clone command