mirror of
https://github.com/git-tips/tips
synced 2024-11-12 22:57:08 +00:00
Update tips.json, fix a typo
This commit is contained in:
parent
1c23d34fbb
commit
07662dbac1
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue