sourcegit
sourcegit copied to clipboard
Windows/macOS/Linux GUI client for GIT users
For consistency and distinction, the icon used for remote branches in the (HISTORY) log-graph context-menu should be the 'cloud' icon instead of the 'branch' icon. See this screenshot, where two...
Accessing ssh based git repositories has been broken since version 2025.28. Version 2025.27 on the other hand is able to successfully fetch/push after the appropriate key has been added using...
1. 他应该是跨平台的 2. 如果可以,尽可能丰富,以便更好的进行自定义动作的编写等 参考VScode, https://code.visualstudio.com/docs/reference/variables-reference , VSCode 的变量系统强大且统一,感觉还是很不错的。
1. 将本地分支和他的上游分支合并显示(也许会出现名字不一样的情况), 2. 如果本地分支名字默认上游分支名字是一样的,那就更好了。 好处: 1. 这可以节省大量横向显示空间,对于大项目,分支也多的那种 2. 也可以在视图中直接显示分支的上游分支,用户可以直接的观察的到。
多年的习惯以来,发现在文件浏览器中显示的功能,感觉几乎所有软件都是在标签页这边右键作为入口,包括路径的复制 (现在是打开文件浏览器和复制路径是分开的 ) 工具栏第一个我认为更多的是使用别的工具的打开,使用外部工具用的
To improve usability and focus on less clicks is better. Always that someone is opening the change viewer is for view changes, get me on the first change to begin....
Suppose we have a "origin/branch" branch in the repository, and a local branch named "branch", tracking the remote branch When double clicking on the "origin/branch" commit: - When local and...