Skip to content

Instantly share code, notes, and snippets.

@gkmngrgn
Created July 9, 2012 21:54
Show Gist options
  • Save gkmngrgn/3079242 to your computer and use it in GitHub Desktop.
Save gkmngrgn/3079242 to your computer and use it in GitHub Desktop.
gokmen@rodosto advimage % git st
?? img/
gokmen@rodosto advimage % touch img/hede
gokmen@rodosto advimage % git add img/hede
gokmen@rodosto advimage % git st
A img/hede
?? img/
gokmen@rodosto advimage % rm -rf img
gokmen@rodosto advimage % git st
AD img/hede
D img/sample.gif
gokmen@rodosto advimage % git reset
Unstaged changes after reset:
M img/sample.gif
gokmen@rodosto advimage % git st
D img/sample.gif
gokmen@rodosto advimage %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment