Update Ansible inventory and playbook for new workstation; modify Git configuration for rebase settings
Some checks failed
Nix Format Check / check-format (push) Has been cancelled
Python Lint Check / check-python (push) Has been cancelled
Ansible Lint Check / check-ansible (push) Has been cancelled

This commit is contained in:
2025-10-08 12:37:59 +02:00
parent f9f37f5819
commit 4c83707a03
4 changed files with 10 additions and 10 deletions

View File

@@ -35,12 +35,7 @@
};
pull = {
rebase = true;
};
branch = {
autosetupmerge = "always";
autosetuprebase = "always";
rebase = false;
};
merge = {
@@ -48,6 +43,10 @@
conflictstyle = "diff3";
};
rebase = {
autoStash = true;
};
diff = {
tool = "delta";
};