mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 19:55:00 +00:00

* feature: allow merging multiple heads * feature: allow merging multiple branches from branch tree
12 lines
207 B
C#
12 lines
207 B
C#
using Avalonia.Controls;
|
|
|
|
namespace SourceGit.Views
|
|
{
|
|
public partial class MergeMultiple : UserControl
|
|
{
|
|
public MergeMultiple()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|