|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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";
|