| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2023-12-29 | feat(hm/conf/git): Update git defaults and add wip command | Soispha | |
| 2023-12-29 | fix(hm/conf/git): Use correct path for codeberg ssh url substitution | Soispha | |
| 2023-12-29 | feat(hm/conf/git): Use correct escaping for '${}' in nix | Soispha | |
| 2023-12-29 | feat(hm/conf/git): Use the previous commit's scope when committing | Soispha | |
| 2023-12-29 | fix(hm/conf/git): Revert changing the st alias to the short status | Soispha | |
| 2023-12-29 | feat(hm/conf/git): Incorporate elements of other peoples configs | Soispha | |
| 2023-10-17 | feat(hm/conf/soispha/git): Add alias for redoing a failed commit | Soispha | |
| diff --git a/hm/soispha/conf/git/default.nix b/hm/soispha/conf/git/default.nix index e6c4c01..728e40d 100644 --- a/hm/soispha/conf/git/default.nix +++ b/hm/soispha/conf/git/default.nix @@ -7,6 +7,8 @@ in { #package = pkgs.gitAndTools.gitFull; # TODO: for git send-email support aliases = { cm = "commit --verbose"; + cmr = "commit --file .git/COMMIT_EDITMSG --edit --verbose"; + st = "status"; ds = "diff --staged"; | |||
| 2023-10-16 | feat(hm/soispha/git): Add 'cm' (commit) alias | Soispha | |
| 2023-10-16 | fix(hm/soispha/conf/git/git_template): Use lowercase type names | Soispha | |
| 2023-08-26 | Refactor(treewide): Abbreviate path names | Soispha | |
