Just do IT

思うは招く

2023-01-31から1日間の記事一覧

git stash pop, apply, dropの違い

特にpopとapplyの違いがよくわからなかったので公式ドキュメントを読んだ。 Remove a single stash entry from the list of stash entries. pop Remove a single stashed state from the stash list and apply it on top of the current working tree state,…