mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-24 05:35:00 +00:00

* 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
12 lines
195 B
C#
12 lines
195 B
C#
using Avalonia.Controls;
|
|
|
|
namespace SourceGit.Views
|
|
{
|
|
public partial class LFSPush : UserControl
|
|
{
|
|
public LFSPush()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|