You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repository struct already includes a branch field.
A function, fast_forward(path: &str, branch: &str) -> Result<UpgradeStatus, CoffeeError>, is available to facilitate fast-forwarding to a specified branch.
The text was updated successfully, but these errors were encountered:
Description:
The objective of this enhancement is to let users specify a branch when installing plugins using
coffee
.Goal:
Existing Features:
repository
struct already includes abranch
field.fast_forward(path: &str, branch: &str) -> Result<UpgradeStatus, CoffeeError>
, is available to facilitate fast-forwarding to a specified branch.The text was updated successfully, but these errors were encountered: