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