dart-git icon indicating copy to clipboard operation
dart-git copied to clipboard

A Git implementation in pure Dart

Results 2 dart-git issues
Sort by recently updated
recently updated
newest added

Hello As a user of gitjournal, I'm thrilled with its performance. However, the zombie files bug is causing some impatience on my end due to its impact on my workflow....

Would it be easy to add rebase function to this library To automatically rebase local branch with upstream branch Like when we do pull --rebase And upstream is set.