Remove GOPATH, default pull rebase for git
This commit is contained in:
parent
1fea9d8dd8
commit
bf4a1a905b
2 changed files with 4 additions and 14 deletions
|
@ -17,6 +17,9 @@
|
|||
"init" = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
"pull" = {
|
||||
rebase = "true";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
@ -36,18 +39,6 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
{
|
||||
condition = "gitdir:~/workspace/go/src/github.com/codemonauts/";
|
||||
contents = {
|
||||
user = {
|
||||
email = "felix@codemonauts.com";
|
||||
name = "Felix Breidenstein";
|
||||
};
|
||||
commit = {
|
||||
gpgSign = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
{
|
||||
condition = "gitdir:~/kundendaten/";
|
||||
contents = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue