1
Fork 0
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:
Itamar 2020-09-14 20:48:00 +03:00 committed by Andreas Kling
parent 435c6c6f96
commit f300b81648
5 changed files with 79 additions and 41 deletions

View file

@ -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;