Update tips.json, fix a typo

This commit is contained in:
Bob Conan 2024-10-23 15:11:22 -05:00 committed by GitHub
parent 1c23d34fbb
commit 07662dbac1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,7 @@
"title": "Git Aliases",
"tip": "git config --global alias.<handle> <command> \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"]
}, {