Skip to content

Instantly share code, notes, and snippets.

@mgroves
Created February 24, 2014 20:08
Show Gist options
  • Select an option

  • Save mgroves/9195983 to your computer and use it in GitHub Desktop.

Select an option

Save mgroves/9195983 to your computer and use it in GitHub Desktop.
Git repo with two files changed
me@MYCOMPUTER /d/zproj/NuGetGallery (master)
$ git status
# 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