sourcegit/src/Views/LFSPush.axaml.cs
leo 0c21bcd06a
enhance: Git LFS supports (#209)
* add a new context menu to push local LFS object to selected remote
* supports to choose remote for fetch/pull/push/lock/unlock actions
* auto select remote if there's only one remote
2024-06-26 11:50:22 +08:00

12 lines
195 B
C#

using Avalonia.Controls;
namespace SourceGit.Views
{
public partial class LFSPush : UserControl
{
public LFSPush()
{
InitializeComponent();
}
}
}