summary refs log tree commit diff stats
path: root/user/modules/git.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/modules/git.nix')
-rw-r--r--user/modules/git.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/user/modules/git.nix b/user/modules/git.nix
index 3c3f79bf..503b9e3f 100644
--- a/user/modules/git.nix
+++ b/user/modules/git.nix
@@ -53,7 +53,9 @@
       enable = true;
     };
     aliases = {
-      up = "merge FETCH_HEAD";
+      authors = "shortlog -s -n";
+      mup = "merge FETCH_HEAD";
+      rup = "rebase FETCH_HEAD";
       st = "status -sb";
       ci = "commit";
       br = "branch";