Module commands

Source
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