mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 13:14:59 +00:00
feature: add Do Nothing
option to deal with local changes before creating a new branch (#143)
This commit is contained in:
parent
9f0ec7d60d
commit
a52124c479
5 changed files with 37 additions and 13 deletions
9
src/Converters/EnumConverters.cs
Normal file
9
src/Converters/EnumConverters.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using Avalonia.Controls.Converters;
|
||||
|
||||
namespace SourceGit.Converters
|
||||
{
|
||||
public static class EnumConverters
|
||||
{
|
||||
public static readonly EnumToBoolConverter Equals = new EnumToBoolConverter();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue