all repos

dotfiles @ ec61fdb044d882a33660bf5501895e8e9f9beb2c

my dotfiles
1 files changed, 1 insertions(+), 0 deletions(-)
git: add alias for fast switch to main and master branches
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-01-20 18:49:54 +0200
Parent: 26b8114
M gitconfig

@@ -26,6 +26,7 @@ st = status -sb

cm = commit -m sw = switch unfuck = reset HEAD~1 --soft + main = !git switch master 2>/dev/null || git switch main [interactive] diffFilter = delta --color-only