From 2a4851b6a48cf06792a3b7fba24b83bcc302fbf7 Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Fri, 9 May 2025 23:59:38 +0200 Subject: [PATCH] feat(7): add git cheatsheet --- 7-git-cheatsheet/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 7-git-cheatsheet/README.md diff --git a/7-git-cheatsheet/README.md b/7-git-cheatsheet/README.md new file mode 100644 index 0000000..9eb23b5 --- /dev/null +++ b/7-git-cheatsheet/README.md @@ -0,0 +1,6 @@ + +# Determine config file location of submodule + +``` +git rev-parse --git-path config +```