Created
February 24, 2014 20:14
-
-
Save mgroves/9196096 to your computer and use it in GitHub Desktop.
Git repo after applying the stash
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
| me@MYCOMPUTER /d/zproj/NuGetGallery (master) | |
| $ git stash apply stash@{0} | |
| # On branch master | |
| # Changes not staged for commit: | |
| # (use "git add <file>..." to update what will be committed) | |
| # (use "git checkout -- <file>..." to discard changes in working directory) | |
| # | |
| # modified: src/NuGetGallery/NuGetGallery.csproj | |
| # modified: src/NuGetGallery/Web.config | |
| # | |
| no changes added to commit (use "git add" and/or "git commit -a") | |
| me@MYCOMPUTER /d/zproj/NuGetGallery (master) | |
| $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment