This website requires JavaScript.
Explore
Help
Sign In
michael
/
sourcegit
Watch
1
Star
0
Fork
You've already forked sourcegit
0
mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced
2024-11-01 13:13:21 -07:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
1ce0d0f7bf
sourcegit
/
src
/
Models
/
DealWithLocalChanges.cs
10 lines
143 B
C#
Raw
Normal View
History
Unescape
Escape
feature: allow to ignore local changes also when switching branch or pulling changes (#151)
2024-05-29 01:42:47 -07:00
namespace
SourceGit.Models
{
public
enum
DealWithLocalChanges
{
enhance: change the default action to deal with local changes on pull/checkout/create new branch to `Do Nothing` (#185)
2024-06-19 00:29:40 -07:00
DoNothing
,
feature: allow to ignore local changes also when switching branch or pulling changes (#151)
2024-05-29 01:42:47 -07:00
StashAndReaply
,
Discard
,
}
}
Reference in a new issue
Copy permalink