mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-27 03:22:18 +00:00
Compare commits
No commits in common. "36ddcf9cc72c827767e820117711da99dea26fdd" and "ee9d6bb43f29242acbfce440799be883af71c6c0" have entirely different histories.
36ddcf9cc7
...
ee9d6bb43f
2 changed files with 2 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
|||
ccat = "egrep -v '^\s*(#|\\$)'";
|
||||
g = "git";
|
||||
ga = "git add";
|
||||
gc = "git commit -S"; # interactive commit
|
||||
gcm = "git commit -S -m"; # quick commit
|
||||
gc = "git commit"; # interactive commit
|
||||
gcm = "git commit -m"; # quick commit
|
||||
gg = "git graph";
|
||||
gs = "git status";
|
||||
jqless = "jq -C | less -r";
|
||||
|
|
|
@ -13,10 +13,8 @@
|
|||
userEmail = lib.mkDefault email;
|
||||
userName = lib.mkDefault "John Bowdre";
|
||||
extraConfig = {
|
||||
gpg.format = "ssh";
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = false;
|
||||
user.signingKey = "~/.ssh/id_ed25519.pub";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue