Module push_pull

Module push_pull 

Source
Expand description

Push and pull commands.

Handles pushing changes and pulling updates from remote repositories.

Structs§

FetchAllPruneCommand
Fetch all remotes with prune
PullCommand
Pull (ff-only optional)
PullMergeCommand
Pull with merge (regular pull, no –ff-only or –rebase)
PullRebaseCommand
Pull with rebase (autostash optional)
PushCommand
Push current branch