mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
feat(git): enable autostash
This commit is contained in:
parent
843734e786
commit
41d44638b3
1 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
{pkgs, lib, ...}: {
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
gh
|
gh
|
||||||
|
|
@ -16,7 +20,8 @@
|
||||||
gpg.ssh.program = "op-ssh-sign";
|
gpg.ssh.program = "op-ssh-sign";
|
||||||
push.autosetupremote = "true";
|
push.autosetupremote = "true";
|
||||||
pull.rebase = "true";
|
pull.rebase = "true";
|
||||||
rebase.autosqush = "true";
|
rebase.autosquash = "true";
|
||||||
|
rebase.autoStash = "true";
|
||||||
rerere.enabled = true;
|
rerere.enabled = true;
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue