From 07662dbac1348b9f6ee9c1d28f03e8bcb930db4a Mon Sep 17 00:00:00 2001 From: Bob Conan Date: Wed, 23 Oct 2024 15:11:22 -0500 Subject: [PATCH] Update tips.json, fix a typo --- tips.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tips.json b/tips.json index d53d1ae..7cf20b2 100644 --- a/tips.json +++ b/tips.json @@ -132,7 +132,7 @@ "title": "Git Aliases", "tip": "git config --global alias. \ngit config --global alias.st status" }, { - "title": "Saving current state of tracked files without commiting", + "title": "Saving current state of tracked files without committing", "tip": "git stash", "alternatives": ["git stash push"] }, {