Skip to content

Commit a3bc5fc

Browse files
authored
Merge pull request git-tips#226 from BobConanDev/patch-2
Update tips.json, fix a typo
2 parents 1c23d34 + 07662db commit a3bc5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tips.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"title": "Git Aliases",
133133
"tip": "git config --global alias.<handle> <command> \ngit config --global alias.st status"
134134
}, {
135-
"title": "Saving current state of tracked files without commiting",
135+
"title": "Saving current state of tracked files without committing",
136136
"tip": "git stash",
137137
"alternatives": ["git stash push"]
138138
}, {

0 commit comments

Comments
 (0)