From fce84614f9f75d36eadaaaa6403d7cbdf2def3e4 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Wed, 6 Mar 2024 18:48:00 +0100 Subject: [PATCH] fap and dog commands --- git/.gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index 34ddc5c..933c1c3 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -13,3 +13,7 @@ tool = vimdiff [alias] gone = !git branch -v | awk '/gone/ { print $1 }' + dog = log --decorate --oneline --graph + fap = fetch --all --prune +[push] + autoSetupRemote = true