git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorH. P. <coding _æ_ lirion.de> 2024-07-14 10:52:21 +0200
committerH. P. <coding _æ_ lirion.de> 2024-07-14 10:52:21 +0200
commit95a8483b04efddab37aa92d52134a823ecc1920f (patch)
tree6caa6458423d3e39bd5408b5517f27f3d39f04cf /README.md
parent5155ed2eefa29fc2d660823f8609e0c7dcc85113 (diff)
parentce9a713662fdb8cc30eed9bdfb3a9fc9ab217afc (diff)
downloaddotfiles-95a8483b04efddab37aa92d52134a823ecc1920f.tar.bz2
Merge between two machines (again)
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 11 insertions, 6 deletions
diff --git a/README.md b/README.md
index 6728444..7710d7a 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,15 @@ Yet another (!) approach at building up a centralized configuration.
Parts are old, parts are not done yet, we're getting there.
-## To-Dos
+## Information for cloning
-* i3 config / sway config
-* gpg config
-* game launching stuff
-* parallel-ssh and ansible
-* ...
+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
+```