Commit d14858dff5c5
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;