0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

git まとめ

Posted at

HEAD

現在使用しているブランチの先頭を表す名前で、デフォルトではmasterの先頭を表している

stash

ファイルの変更内容を一時的に記録しておく領域
stashを使うことで、ワークツリーとインデックス中でまだコミットされていない変更を一時的に退避させることができる
退避させた変更は後から取り出して、元のブランチや別のブランチに反映させることができる

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?