Created
November 16, 2015 18:36
-
-
Save travisperson/f73478f71972e98cbe56 to your computer and use it in GitHub Desktop.
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
| ~/t/random2 (master) $ git status 10:34:55 | |
| On branch master | |
| Initial commit | |
| Untracked files: | |
| (use "git add <file>..." to include in what will be committed) | |
| something | |
| nothing added to commit but untracked files present (use "git add" to track) | |
| ~/t/random2 (master) $ git clean -n 10:34:57 | |
| Would remove something | |
| ~/t/random2 (master) $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment