Expand description
Command handlers for Pocket VCS
Implements the CLI commands for VCS operations.
Functionsยง
- fish_
command - Fetch from a remote repository
- ignore_
command - Manage ignore patterns
- interactive_
pile_ command - Interactive pile command
- interactive_
shove_ command - Interactive shove command
- interactive_
timeline_ command - Interactive timeline command
- log_
command - Display the commit history with beautiful formatting
- merge_
command - Merge a timeline into the current timeline
- new_
repo_ command - Create a new repository
- pile_
command - Add files to the pile (staging area)
- push_
command - Push to a remote repository
- remote_
add_ command - Add a remote repository
- remote_
list_ command - List remote repositories
- remote_
remove_ command - Remove a remote repository
- shove_
command - Create a shove (commit)
- status_
command - Display the status of the repository
- timeline_
list_ command - List timelines (branches)
- timeline_
new_ command - Create a new timeline (branch)
- timeline_
switch_ command - Switch to a timeline (branch)
- unpile_
command - Remove files from the pile