From fbab5f526783d5fcf0c7310b3c2b6fd96c453810 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 31 Jul 2017 13:47:23 -0500 Subject: [PATCH] Git push force with lease alias --- shell/aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/aliases b/shell/aliases index d034b55..17463c0 100644 --- a/shell/aliases +++ b/shell/aliases @@ -53,6 +53,7 @@ alias gs="git status" alias gl="git log" alias gpl="git pull" alias gp="git push" +alias grbpf="git push --force-with-lease" alias gac="git add -A && git commit" grb() {