Clavianus Juneardo
Results
22
comments of
Clavianus Juneardo
something like this @AriehSchneier ? ```go func (w *Worktree) IsStagingClean() (bool, error) { status, err := w.Status() if err != nil { return false, err } for _, s :=...
sure, I'll be a bit slow since it's hard to find leisure time for this 🙇 But I guess, you can start reviewing the current pushed code? so I know...