From 1a455fdc8011fec5de877bdb3cc50507830705dc Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 10 Apr 2023 13:47:44 +0200 Subject: [PATCH] add worktree aliases --- git/.config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/.config/git/config b/git/.config/git/config index 296b549..697689a 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -21,6 +21,8 @@ ds = diff --stat lg = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit s = status + wa = worktree add + wd = worktree remove [pull] ff = only [init]