Created
July 9, 2012 21:54
-
-
Save gkmngrgn/3079242 to your computer and use it in GitHub Desktop.
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
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