Configures git on dnsc-server
This commit is contained in:
parent
e538146c81
commit
59d0b7c05b
1 changed files with 5 additions and 0 deletions
|
|
@ -23,5 +23,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Dennis Schoepf";
|
userName = "Dennis Schoepf";
|
||||||
userEmail = "me@dnsc.io";
|
userEmail = "me@dnsc.io";
|
||||||
|
extraConfig = {
|
||||||
|
pull = {
|
||||||
|
rebase = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue