【git】 ○現在の作業を一次避難したい時 git stash ○避難した作業を表示 git stash list ○避難した作業を復元 git stash apply ○避難した作業を削除 git stash drop
○gitのエディターをVSCodeにする方法 git config --global core.editor "code --wait" --waitの意味わかる人教えておくれ・・・。
TypeScriptでVue書いてたんだけど、@Component付けるの忘れて30分間くらいハマった。TypeScriptやるやん。