mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: enable git to auto create branches
This commit is contained in:
parent
15210f06b4
commit
3b187c0260
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
merge.conflictstyle = "diff3";
|
merge.conflictstyle = "diff3";
|
||||||
mergetool.prompt = true;
|
mergetool.prompt = true;
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
|
push.autoSetupRemote = true;
|
||||||
};
|
};
|
||||||
aliases = {
|
aliases = {
|
||||||
unstash = "stash pop";
|
unstash = "stash pop";
|
||||||
|
@ -30,5 +31,6 @@
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gc = "git commit -v -S";
|
gc = "git commit -v -S";
|
||||||
gca = "${gc} --amend";
|
gca = "${gc} --amend";
|
||||||
|
# TODO command to make new commit with old commit editmsg, beware worktrees have different path
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue