From 717e60be83f2cf22808bc75ba37459e888a39513 Mon Sep 17 00:00:00 2001
From: Harald Pfeiffer <coding@lirion.de>
Date: Sun, 14 Jul 2024 10:29:35 +0200
Subject: working commit for submodule

---
 .gitmodules | 3 +++
 git-prompt  | 1 +
 2 files changed, 4 insertions(+)
 create mode 160000 git-prompt

diff --git a/.gitmodules b/.gitmodules
index d2a5366..9a9d797 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -6,3 +6,6 @@
 	path = tmux-yank
 	url = https://github.com/tmux-plugins/tmux-yank
 	branch = master
+[submodule "git-prompt"]
+	path = git-prompt
+	url = https://github.com/git/git.git
diff --git a/git-prompt b/git-prompt
new file mode 160000
index 0000000..c2b3f2b
--- /dev/null
+++ b/git-prompt
@@ -0,0 +1 @@
+Subproject commit c2b3f2b3cdbf5ad9feb978dd367d77561a1271f7
-- 
cgit v1.2.3