[GIT] STASH 복구
GIT 복구, 복원 또는 되돌리는 작업 정리
Git Tutorial => Recover a dropped stash
git
Git Tutorial => Recovering earlier changes from stash
Git Tutorial => Recover a dropped stash
.
.
By default, stashes are identified simply as a "WIP" — work in progress — on top of the branch and commit that you created the stash from.
y Saved working directory and index state WIP on master: 1b65b17 added the index file If you stash some work, leave it there for a while, and continue on the branch from which you stashed the work, you may have a problem reapplying the work.
Git has a build in model named 3-states which is the internal git structure for working with local repository.
css Changesnotstagedforcommit: modified:index.
files that have been So if we add a third file to our example above, but don't stage it i.
.
html Untrackedfiles: script.