-
![image](https://user-images.githubusercontent.com/22229700/141649922-a300e5c2-1b29-46f0-b65e-79f324deb7df.png)
when i try it, i can not do it right.My git repo is so simple.By the way , your extensi…
-
-
With my limited knowledge I've been trying to get this package to work with Kaleidoscope 2 for a few days. This is the error I get:
"/usr/local/git/libexec/git-core/git-mergetool--lib: line 119: ksdi…
-
On the website: https://yousseb.github.io/meld/ we have this .gitconfig example:
```
[diff]
tool = meld
[difftool]
prompt = false
[difftool "meld"]
trustExitCode = true
cmd = open -W -…
-
Hi
can you make gui for two most used IFC authoring open tools so we can use git for collaboration
best regards
-
`git mergetool` creates files for each conflicting side and merge base.
Example:
- app/views/foobar.html_BASE_17711.slim
- app/views/foobar.html_LOCAL_17711.slim
- app/views/foobar.html_REMOTE_17711.…
-
We've extended gitlab with gvfs protocol and encountered this error during "gvfs clone".
With debug mode of git-credential-manager on, the detailed log is as follows:
> Clone parameters:
Repo…
-
Accroding https://www.grzegorowski.com/using-vim-or-neovim-nvim-as-a-git-mergetool,
vim can use `vim-fugitive` as git mergetool by following git config.
How to use gina like this?
```
# define com…
-
Issue Type: Feature Request
I'm using VS code on a windows local machine and connected to a remote linux machine. Both machines have git installed and my windows machine's git is setup to use beyo…
-
When git does not find a `merge.tool` config entry, it attempts to run the first "mergetool" it finds, from a list of pre-defined tools:
> This message is displayed because 'merge.tool' is not config…