Skip to content

Instantly share code, notes, and snippets.

Created July 29, 2015 21:44
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/2904bd812bd925c2ad21 to your computer and use it in GitHub Desktop.
repro
terminal session...
hostname:user $ git st
On branch master
Your branch is up-to-date with 'origin/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: wp-content/themes/themename/sidebar.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
wp-content/themes/themename/style.css
wp-content/themes/themename/style.css.map
no changes added to commit (use "git add" and/or "git commit -a")
hostname:user $
my .gitignore contains...
wp-content/themes/themename/style.css
wp-content/themes/themename/style.css.map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment