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
gitoxide is missing a few features mentioned in #347:
It can't perform the equivilent of a git pull, which is a fetch, merge, and potentially rebase.
IIRC, merge and rebase aren't implemented and it's been that way for a while.
Motivation 🔦
No response
The text was updated successfully, but these errors were encountered:
It definitely will be a while until rebase is implemented, but on the bright side, I am working on git reset/checkout functionality already. Merge is certainly further out as well though.
To stay conformant with my oxidization workflow and ticket style, I created #1321 to supersede this one, along with all information provided here.
Summary 💡
gitoxide is missing a few features mentioned in #347:
Motivation 🔦
No response
The text was updated successfully, but these errors were encountered: