Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.
Merged

sync #15

Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/gitx/widgets/branches_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def refresh_branches(self) -> None:
node.label.stylize("green bold")
node.label = Text("✓ ") + node.label


# Get remote branches
remote_branches = []
for branch_info in branches:
Expand Down
Loading