We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c0ad7 commit fea4616Copy full SHA for fea4616
src/git_sim/git_sim_base_command.py
@@ -641,8 +641,8 @@ def vsplit_frame(self):
641
def setup_and_draw_zones(
642
self,
643
first_column_name="Untracked files",
644
- second_column_name="Working directory mods",
645
- third_column_name="Staging area",
+ second_column_name="Modified files",
+ third_column_name="Staged files",
646
reverse=False,
647
):
648
if self.check_all_dark():
0 commit comments