LoginSignup
1
7

More than 5 years have passed since last update.

PhpStormの使い方 git stash

Last updated at Posted at 2017-03-03

git stash save

  1. Menu > VCS > Git  > Stash Changes...
  2. 補足のメッセージを入力して Create Stash

キャプチャ(1.)
stash-save-1.png

キャプチャ(2.)
stash-save-2.PNG

git stash list / apply

  1. Menu > VCS > Git  > UnStash Changes...
  2. stashの詳細確認 → View
  3. stash apply 実行(stashに保存された状態を戻す) → Apply Stash

キャプチャ(1.)
stash_apply-1.png

stash_apply-2.PNG

キャプチャ(2.)
stash-apply-3.PNG

1
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
7