mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
0c21bcd06a
* 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();
|
|
}
|
|
}
|
|
}
|