Skip to content

Instantly share code, notes, and snippets.

@xfsnowind
Created September 29, 2015 18:43
Show Gist options
  • Select an option

  • Save xfsnowind/0d4b1fbded43f65fd6ad to your computer and use it in GitHub Desktop.

Select an option

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