gitconfig: add pullroot alias for pulling from nested directories.

Put this file in user home directory `~/`
This commit is contained in:
v.karaychentsev
2026-02-11 11:14:10 +03:00
parent 647f53690f
commit de0411573e

2
shared/.gitconfig Normal file
View File

@@ -0,0 +1,2 @@
[alias]
pullroot = !git -C "$(git rev-parse --show-toplevel)" pull