mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16: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; [
|
||||
git
|
||||
gh
|
||||
|
|
@ -16,7 +20,8 @@
|
|||
gpg.ssh.program = "op-ssh-sign";
|
||||
push.autosetupremote = "true";
|
||||
pull.rebase = "true";
|
||||
rebase.autosqush = "true";
|
||||
rebase.autosquash = "true";
|
||||
rebase.autoStash = "true";
|
||||
rerere.enabled = true;
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue