From f3e2b95aabc38bf8018313bb4f374cf30e3d3937 Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Thu, 8 Aug 2024 10:35:47 +1000 Subject: [PATCH] Trying new Git commands. Baby steps --- git/gitconfig.symlink | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/gitconfig.symlink b/git/gitconfig.symlink index 48f17a3..551c0d3 100644 --- a/git/gitconfig.symlink +++ b/git/gitconfig.symlink @@ -29,6 +29,8 @@ peek = log -1 wip = commit -m 'wip' --no-verify unwip = reset --soft HEAD~1 + s = switch + b = switch -c [color] ui = auto