feature: allow merging multiple heads

This commit is contained in:
Dmitrij D. Czarkoff 2024-12-08 14:27:25 +01:00
parent 0c04cccd52
commit 2518f34b86
No known key found for this signature in database
9 changed files with 213 additions and 10 deletions

View file

@ -0,0 +1,12 @@
using Avalonia.Controls;
namespace SourceGit.Views
{
public partial class MergeMultiple : UserControl
{
public MergeMultiple()
{
InitializeComponent();
}
}
}