Expand description
Push and pull commands.
Handles pushing changes and pulling updates from remote repositories.
Structs§
- Fetch
AllPrune Command - Fetch all remotes with prune
- Pull
Command - Pull (ff-only optional)
- Pull
Merge Command - Pull with merge (regular pull, no –ff-only or –rebase)
- Pull
Rebase Command - Pull with rebase (autostash optional)
- Push
Command - Push current branch