Commit d14858dff5c5

Vincent Demeester <vincent@sbr.pm>
2018-09-10 11:05:51
Add gfr abrr…
I tend to use this one really often to "rebase" against upstream, so let's set an abbrs for that. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 52557a5
Changed files (1)
git.nix
@@ -16,6 +16,7 @@ rec {
   programs.fish.shellAbbrs = {
     gs = "git status";
     gb = "git b";
+    gfr = "git fetch -p --all;and git rebase -S --autostash ";
   };
   programs.git = {
     enable = true;