From 535ce60285abbed99f5d406a10ce44ba9bf7256c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Tue, 30 May 2017 16:29:43 +0200 Subject: [PATCH] git: add `fpush` and `slog` --- files/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/.gitconfig b/files/.gitconfig index ecc742d..691d0fc 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -17,3 +17,5 @@ git checkout master && git pull -r && git checkout "$BRANCH" && \ git rebase master' graph = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all + slog = log --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' + fpush = push --force-with-lease