heartacker

Results 255 comments of heartacker

1. branch-filter only should its local and remote(default, you can remove this) 2. commit-filter always shows related commit/branch/tags/etc(all including ahead and behind )

I find that: **if we have HEAD filter, it's no necessary to clear and add new-branch filter anymore** `HEAD` FILTER will follow the branch-head

这种模式对多分支并行的项目实在是太有用了 🔥 This mode is really useful for projects with multiple parallel branches. https://github.com/user-attachments/assets/40e78920-c843-421c-93d2-c2bb88985202

在版本对比中,使用Solo 模式,并配合提交已选记忆,非常方便 👯 In version comparison, using Solo mode Cooperating with [PR:selected-commits-memories](https://github.com/sourcegit-scm/sourcegit/pull/1691/commits/443e13903514ab75824b2df7b82c77a7e3f3eb56) is very convenient. https://github.com/user-attachments/assets/a1d9ab41-7624-499f-8dd0-e850d86f60f3

I'm trying out a method to highlight the route. How do you all think https://github.com/user-attachments/assets/a30d73a5-9650-462f-9639-1de9c12dcaa5

建议: 1. `LOCAL_DIR`: 当前repo 所在的文件夹名字 2. `REPO_NAME` : 远程仓库的名字中项目的名字 如 `sourcegit-scm/sourcegit` 中的 `sourcegit`

> 建议: > > 1. `LOCAL_DIR`: 当前repo 所在的文件夹名字 > 2. `REPO_NAME` : 远程仓库的名字中项目的名字 如 `sourcegit-scm/sourcegit` 中的 `sourcegit` @love-linger 恳求添加 DIR_NAME, 为啥需要这个的原因是因为 1. git 在不添加文件夹名字的情况下,默认就是用git 远程仓库的名字, 这相当于我能够获取仓库的名字,这对于大量的仓库的管理非常有用 比如我一个项目很多仓库, 我知道这个文件夹,我加上我公司的git 网址前缀吗,就可以获取到他的 远程仓库,这样对我们配合非常重要,...

we love this all, but it is not plan

其实我是觉得喜欢当前的的idea。 它可以让你在一眼就可以看到当前工作区的状态并简单查看有哪些改动,如果有需要进一步的操作,可以引导用户进入 本地更改页面。 当然,其实我想另外一点我最喜欢的是,他可以让我的当前分支显示在最左边,这个看起来就非常直观。无论我当前分支在哪个节点,他都在最左边的path。 Actually, I like the current idea. It enables you to see the current status of the workspace at a glance and simply check what changes have...