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:
commit
a3bc5fc82f
@ -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"]
|
||||
}, {
|
||||
|
Loading…
Reference in New Issue
Block a user