mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
update: description for git reset --merge
This commit is contained in:
parent
1cda5d858e
commit
4a08caddad
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace SourceGit.Models
|
|||
new ResetMode("Soft", "Keep all changes. Stage differences", "--soft", Brushes.Green),
|
||||
new ResetMode("Mixed", "Keep all changes. Unstage differences", "--mixed", Brushes.Orange),
|
||||
new ResetMode("Hard", "Discard all changes", "--hard", Brushes.Red),
|
||||
new ResetMode("Merge", "Reset to a commit, keeping unmerged changes", "--merge", Brushes.Green),
|
||||
new ResetMode("Merge", "Reset while keeping unmerged changes", "--merge", Brushes.Green),
|
||||
new ResetMode("Keep", "Reset while keeping local modifications", "--keep", Brushes.Green),
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue