mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:58:11 +00:00
HackStudio: Add "commit" and "refresh" actions to Git widget
This commit is contained in:
parent
435c6c6f96
commit
f300b81648
5 changed files with 79 additions and 41 deletions
|
@ -45,6 +45,7 @@ private:
|
|||
|
||||
void stage_file(const LexicalPath&);
|
||||
void unstage_file(const LexicalPath&);
|
||||
void commit();
|
||||
|
||||
LexicalPath m_repo_root;
|
||||
RefPtr<GitFilesView> m_unstaged_files;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue