blob: 7710d7a5b7e29bb163523af42f50850bfae6ab25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# CONTENT
Yet another (!) approach at building up a centralized configuration.
Parts are old, parts are not done yet, we're getting there.
## Information for cloning
For git-prompt, its submodule sha1collisiondetection may be "broken" (i.e. it cannot be pulled), here's a fix:
`git -c submodule.sha1collisiondetection.update=none COMMAND`
...whereas `COMMAND` is one of the usual actions such as
```
clone --recurse-submodules
submodule update --init --recursive
```
|