/gist:2904bd812bd925c2ad21 Secret
Created
July 29, 2015 21:44
Star
You must be signed in to star a gist
repro
This file contains 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
| 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