From d99118646c0430beb69fed84bd37da8edba33785 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Thu, 20 Oct 2022 16:40:16 +0200 Subject: [PATCH] git:alias: Add more short-hands --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 1e34135..fa45012 100644 --- a/.config/git/config +++ b/.config/git/config @@ -12,8 +12,10 @@ changes = flog HEAD...FETCH_HEAD co = checkout cow = checkout-worktree + f = fetch fixes = log -1 --pretty=fixes l = log + p = push root = rev-parse --show-toplevel signoff = rebase --signoff ss = stash