Skip to content

Commit

Permalink
Update tips.json, fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasWilsonDEV authored Oct 23, 2024
1 parent 1c23d34 commit 07662db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tips.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}, {
Expand Down

0 comments on commit 07662db

Please sign in to comment.