Skip to content

Commit 3012444

Browse files
committed
register-git-cache.sh: document use from Windows (with GitBash)
1 parent 6692e58 commit 3012444

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

register-git-cache.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@
6161
# it returns a success and not-empty string, that is the dir to (make and)
6262
# change into for the actual git operations for that one Git URL.
6363
#
64+
# Also can be used in Windows with the Linux-like environment provided by
65+
# e.g. builds of Git for Windows: https://git-scm.com/download/win :
66+
# C:> set REFREPODIR_MODE=GIT_SUBMODULES
67+
# C:> register-git-cache.sh add-recursive https://github.com/org/repo.git
68+
#
6469
# Copyright 2018-2021 (C) Jim Klimov <[email protected]>
6570
# Shared on the terms of MIT license.
6671
# Original development tracked at https://github.com/jimklimov/git-scripts

0 commit comments

Comments
 (0)