mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 04:04:59 +00:00
refactor: use popup to change tracking branch
This commit is contained in:
parent
25a2bf603f
commit
6fe4d8162b
13 changed files with 170 additions and 47 deletions
12
src/Views/SetUpstream.axaml.cs
Normal file
12
src/Views/SetUpstream.axaml.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using Avalonia.Controls;
|
||||
|
||||
namespace SourceGit.Views
|
||||
{
|
||||
public partial class SetUpstream : UserControl
|
||||
{
|
||||
public SetUpstream()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue