diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-07-13 00:18:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-13 00:18:21 +0200 |
commit | b5fe65fe93db1931501027a322ecb6a9f17f56e7 (patch) | |
tree | 4ccc45514c16fb411822a0754efb9fdba98e59a7 /Documentation/git-rm.txt | |
parent | Sync with maint (diff) | |
parent | submodules: overhaul documentation (diff) | |
download | git-b5fe65fe93db1931501027a322ecb6a9f17f56e7.tar.xz git-b5fe65fe93db1931501027a322ecb6a9f17f56e7.zip |
Merge branch 'sb/submodule-doc'
Doc update.
* sb/submodule-doc:
submodules: overhaul documentation
Diffstat (limited to 'Documentation/git-rm.txt')
-rw-r--r-- | Documentation/git-rm.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-rm.txt b/Documentation/git-rm.txt index 8c87e8cdd7..683e591330 100644 --- a/Documentation/git-rm.txt +++ b/Documentation/git-rm.txt @@ -153,8 +153,8 @@ Ignored files are deemed expendable and won't stop a submodule's work tree from being removed. If you only want to remove the local checkout of a submodule from your -work tree without committing the removal, -use linkgit:git-submodule[1] `deinit` instead. +work tree without committing the removal, use linkgit:git-submodule[1] `deinit` +instead. Also see linkgit:gitsubmodules[7] for details on submodule removal. EXAMPLES -------- |