From de0411573e2d93c75f9186c438d319784c9be679 Mon Sep 17 00:00:00 2001 From: "v.karaychentsev" <105486287+vk-aterise@users.noreply.github.com> Date: Wed, 11 Feb 2026 11:14:10 +0300 Subject: [PATCH] gitconfig: add `pullroot` alias for pulling from nested directories. Put this file in user home directory `~/` --- shared/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 shared/.gitconfig diff --git a/shared/.gitconfig b/shared/.gitconfig new file mode 100644 index 0000000..a48b463 --- /dev/null +++ b/shared/.gitconfig @@ -0,0 +1,2 @@ +[alias] + pullroot = !git -C "$(git rev-parse --show-toplevel)" pull