Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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-12-29 |
| | |||
* | feat(hm/conf/soispha/git): Add alias for redoing a failed commit | Soispha | 2023-10-17 |
| | | | | | | | | | | | | | | | | 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"; | ||
* | feat(hm/soispha/git): Add 'cm' (commit) alias | Soispha | 2023-10-16 |
| | |||
* | Refactor(treewide): Abbreviate path names | Soispha | 2023-08-26 |