1
0
mirror of https://github.com/namibia/tips.git synced 2024-11-17 10:35:16 +00:00

Merge pull request #226 from BobConanDev/patch-2

Update tips.json, fix a typo
This commit is contained in:
Hemanth HM 2024-10-23 14:26:23 -07:00 committed by GitHub
commit a3bc5fc82f
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"]
}, {