From b4274e9ea20f7168a23576801262c53dd402d703 Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Fri, 14 Jul 2023 16:32:00 -0400 Subject: [PATCH] Updated: 2023-07-14 16:32:00 --- .../Project Vault/Obsidian/Obsidian-git process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enter/Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md b/enter/Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md index b97f2fb..facc3f5 100644 --- a/enter/Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md +++ b/enter/Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md @@ -108,7 +108,7 @@ Then Open Your Obsidian Vault there. You are now ready to have your changes sync ``` git add . -git commit -q -m "$(date)" +git commit -m "Updated: `date +'%Y-%m-%d %H:%M:%S'`" ``` Push your changes once more after you have opened your vault there.