Created
September 29, 2015 18:43
-
-
Save xfsnowind/0d4b1fbded43f65fd6ad to your computer and use it in GitHub Desktop.
show git status after git mixed reset on blog difference among soft mixed and hard of git command git reset on 2014/03/26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Shell | |
| > git reset --mixed HEAD~1 | |
| > git status | |
| On branch master Untracked files: | |
| (use "git add <file>..." to include in what will be committed) | |
| mappe/ | |
| stagingMappe/ | |
| > tree | |
| ├── mappe | |
| │ └── mappeFil | |
| ├── stagingMappe | |
| │ ├── trackedFil | |
| │ └── untrackedFil | |
| └── text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment