gitconfig: add pullroot alias for pulling from nested directories.
Put this file in user home directory `~/`
This commit is contained in:
2
shared/.gitconfig
Normal file
2
shared/.gitconfig
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[alias]
|
||||||
|
pullroot = !git -C "$(git rev-parse --show-toplevel)" pull
|
||||||
Reference in New Issue
Block a user