Compare commits

..

No commits in common. "main" and "push-rylwpkmrzskw" have entirely different histories.

View file

@ -20,12 +20,11 @@ let
};
fetch.prune = true;
init.defaultBranch = "main";
merge.tool = "intellij";
mergetool = {
intellij = {
cmd = "'/Applications/IntelliJ IDEA.app/Contents/macOS/idea' merge \“$LOCAL\” \“$REMOTE\” \“$BASE\” \“$MERGED\”";
trustExitCode = true;
};
merge.conflictstyle = "zdiff3";
merge.tool = "nvim";
mergetool.nvim = {
cmd = "nvim -d -c \"wincmd l\" -c \"norm ]c\" \"$LOCAL\" \"$MERGED\" \"$REMOTE\"";
prompt = false;
keepBackup = false;
};
pager = {