We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c23d34 + 07662db commit a3bc5fcCopy full SHA for a3bc5fc
1 file changed
tips.json
@@ -132,7 +132,7 @@
132
"title": "Git Aliases",
133
"tip": "git config --global alias.<handle> <command> \ngit config --global alias.st status"
134
}, {
135
- "title": "Saving current state of tracked files without commiting",
+ "title": "Saving current state of tracked files without committing",
136
"tip": "git stash",
137
"alternatives": ["git stash push"]
138
0 commit comments