Skip to content

Instantly share code, notes, and snippets.

@matthewpoer
Created July 11, 2011 21:01
Show Gist options
  • Save matthewpoer/1076786 to your computer and use it in GitHub Desktop.
Save matthewpoer/1076786 to your computer and use it in GitHub Desktop.
.gitignore and git status output
$ cat .gitignore
.idea/
wp-config.php
wordpress_prod.sql# On branch dev
$ git status
# 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: wp-config.php
no changes added to commit (use "git add" and/or "git commit -a")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment