aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf/git (unfollow)
Commit message (Collapse)Author
2024-03-28chore(treewide): Move away from git-cryptSoispha
2024-03-24fix(treewide): Update the shell library versionSoispha
2024-02-24build(treewide): Update shell librarySoispha
2024-02-23feat(hm/conf/git): Switch to zdiff3 instead of diff3Soispha
2024-02-20refactor(treewide): Reformat all files with treefmtSoispha
This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed
2024-02-20refactor(treewide): Add a `.sh` extension to shell scriptsSoispha
2024-01-13fix(treewide): Comply with the shell library's new argument namesSoispha
2024-01-13build(treewide): Update shell librarySoispha
2024-01-13build(treewide): Update shell librarySoispha
2024-01-13build(treewide): Update shell librarySoispha
2024-01-13build(treewide): Update shell librarySoispha
2024-01-13build(treewide): Update flake and shell librarySoispha
2024-01-01build(treewide): UpdateSoispha
2023-12-29feat(hm/conf/git): Update git defaults and add wip commandSoispha
2023-12-29fix(hm/conf/git): Use correct path for codeberg ssh url substitutionSoispha
2023-12-29feat(hm/conf/git): Use correct escaping for '${}' in nixSoispha
2023-12-29feat(hm/conf/git): Use the previous commit's scope when committingSoispha
2023-12-29fix(hm/conf/git): Revert changing the st alias to the short statusSoispha
2023-12-29feat(hm/conf/git): Incorporate elements of other peoples configsSoispha
2023-10-17feat(hm/conf/soispha/git): Add alias for redoing a failed commitSoispha
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-16feat(hm/soispha/git): Add 'cm' (commit) aliasSoispha
2023-10-16fix(hm/soispha/conf/git/git_template): Use lowercase type namesSoispha
2023-08-26Refactor(treewide): Abbreviate path namesSoispha