home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d14858dff5c5f15fb1c53a283fde7214c9abda58
parent 52557a591c5b0a42480065e07e0ed2fc099fce84
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 10 Sep 2018 11:05:51 +0200

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>

Diffstat:
Mgit.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/git.nix b/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;