diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/git.txt b/doc/git.txt new file mode 100644 index 0000000..800210e --- /dev/null +++ b/doc/git.txt | |||
@@ -0,0 +1 @@ | |||
GIT_PAGER=less git config --list | awk 'match($0, "submodule.(.*).url=(.*)",q){ system("echo git submodule add " q[2] " " q[1]) }' | |||