stash (v)~ In the Git context to take the dirty state of a working directory -€” that is modified tracked files and staged changes -€” and save it on a stack of unfinished changes that the user can reapply at any time.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 16 조회
- 목록
본문
stash (v)~ In the Git context to take the dirty state of a working directory -€” that is modified tracked files and staged changes -€” and save it on a stack of unfinished changes that the user can reapply at any time.