mirror of
https://github.com/namibia/tips.git
synced 2024-11-17 10:35:16 +00:00
Update tips.json, fix a typo
This commit is contained in:
parent
1c23d34fbb
commit
07662dbac1
@ -132,7 +132,7 @@
|
|||||||
"title": "Git Aliases",
|
"title": "Git Aliases",
|
||||||
"tip": "git config --global alias.<handle> <command> \ngit config --global alias.st status"
|
"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",
|
"tip": "git stash",
|
||||||
"alternatives": ["git stash push"]
|
"alternatives": ["git stash push"]
|
||||||
}, {
|
}, {
|
||||||
|
Loading…
Reference in New Issue
Block a user