Created
May 15, 2014 11:50
-
-
Save Altreus/9e02fe7bb9c2b7aa5d57 to your computer and use it in GitHub Desktop.
git knows when you're timing it
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
$ time git stash pop | |
On branch user-page | |
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: fuel/app/modules/management/views/user/list.php | |
Untracked files: | |
(use "git add <file>..." to include in what will be committed) | |
fancyapps-fancyBox-18d1712/ | |
fuel/app/modules/management/views/user/gizmo/ | |
v2.1.5 | |
It took 2.18 seconds to enumerate untracked files. 'status -uno' | |
may speed it up, but you have to be careful not to forget to add | |
new files yourself (see 'git help status'). | |
no changes added to commit (use "git add" and/or "git commit -a") | |
Dropped refs/stash@{0} (525f8f335bf49b5b95587ca879067c2f85c2dcff) | |
real 0m46.344s | |
user 0m0.188s | |
sys 0m0.346s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment