mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
feature: add hotkey Alt+Enter/⌥+Enter
to auto stage all local changes and then commit (#521)
This commit is contained in:
parent
2346082228
commit
9a8f4e20fb
8 changed files with 60 additions and 23 deletions
|
@ -126,10 +126,8 @@ namespace SourceGit.Commands
|
|||
}
|
||||
return false;
|
||||
}
|
||||
else
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
public ReadToEndResult ReadToEnd()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue