gg_one_merge 2.5.0
gg_one_merge: ^2.5.0 copied to clipboard
Merge flow machinery of the gg_one tool family - merging feature branches via pull requests or local merges.
example/gg_one_merge_example.dart
#!/usr/bin/env dart
// @license
// Copyright (c) ggsuite
//
// Use of this source code is governed by terms that can be
// found in the LICENSE file in the root of this package.
Future<void> main() async {
print('Look into tests, to see ggOneMerge in action.');
}