heartacker
heartacker
I want a mode that only displays the commits associated with the current head/branch, and is different from the **highlight** branch and **filter modes**. 1. In highlight mode, it only...
# step 1: ```shell # git branch --contains , # e.g. git branch --contains HEAD # convert to filter git branch --contains HEAD | sed 's/^[ *\+]*//' | tr '\n'...
FocusCommit Mockup https://github.com/user-attachments/assets/308721a7-4882-4be9-8526-78f1fcdf414f
https://github.com/user-attachments/assets/2d2bfab3-c8a4-417b-8a19-91db561fcd08
# Introducing the whole new solo mode Now: Based the commit(s), the Solo mode will show the commit and its contians decorators(branchs/tags/etc.), make you focus on your work , Eliminate...
**What is Solo Mode?** Solo Mode designed to streamline the view of commit histories by focusing on specific commits and their direct associations. When enabled, users can select one or...
navigate just a function that could navigate the filters including the branch-filter and tags-filter and also the commit_hash(solo) filter
is it clear
First 1. Solo mode is base Commit, if the commit_filter is kept on, and the branch/commits/tag/remote related to this commit is always shown. a. BTW the `HEAD` FILTER, it will...