Changes
Page history
Update Managing Submodules
authored
Apr 22, 2024
by
wmaahs
Show whitespace changes
Inline
Side-by-side
Submodules/Managing-Submodules.md
View page @
ff4f2f80
...
...
@@ -43,6 +43,7 @@ First and for most, the two most important things to remember are:
3. In the submodule that you want to ignore, add the line ```
ignore = dirty
```
(e.g.)
```
[submodule ".vim/bundle/msanders-snipmate"] path = .vim/bundle/msanders-snipmate url = git://github.com/msanders/snipmate.vim.git ignore = dirty
```
--------------------
...
...
...
...