Last active
December 18, 2015 18:49
-
-
Save ferd/5828217 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
| λ self → git clone git@github.com:ferd/vmstats.git | |
| Cloning into 'vmstats'... | |
| Identity added: /Users/ferd/.ssh/id_rsa (/Users/ferd/.ssh/id_rsa) | |
| remote: Counting objects: 83, done. | |
| remote: Compressing objects: 100% (65/65), done. | |
| remote: Total 83 (delta 44), reused 57 (delta 18) | |
| Receiving objects: 100% (83/83), 113.39 KiB, done. | |
| Resolving deltas: 100% (44/44), done. | |
| λ self → cd vmstats | |
| λ vmstats → master → ls | |
| LICENSE Makefile README.markdown rebar rebar.config src test | |
| λ vmstats → master → make | |
| ==> vmstats (get-deps) | |
| Pulling statsderl from {git,"https://github.com/lpgauth/statsderl.git", | |
| {tag,"0.3.1"}} | |
| Cloning into 'statsderl'... | |
| ==> statsderl (get-deps) | |
| ==> statsderl (compile) | |
| Compiled src/statsderl_app.erl | |
| Compiled src/statsderl_sup.erl | |
| Compiled src/statsderl.erl | |
| ==> vmstats (compile) | |
| Compiled src/vmstats_sup.erl | |
| Compiled src/vmstats.erl | |
| Compiled src/vmstats_server.erl | |
| λ vmstats → master → git co 0.2.2 | |
| Note: checking out '0.2.2'. | |
| You are in 'detached HEAD' state. You can look around, make experimental | |
| changes and commit them, and you can discard any commits you make in this | |
| state without impacting any branches by performing another checkout. | |
| If you want to create a new branch to retain commits you create, you may | |
| do so (now or later) by using -b with the checkout command again. Example: | |
| git checkout -b new_branch_name | |
| HEAD is now at 0fa940d... Adding more metrics, as per issue #1 | |
| λ vmstats → 0fa940d → make | |
| ==> vmstats (get-deps) | |
| Pulling statsderl from {git,"https://github.com/lpgauth/statsderl.git", | |
| {tag,"0.2"}} | |
| Cloning into 'statsderl'... | |
| ==> statsderl (get-deps) | |
| ==> statsderl (compile) | |
| Compiled src/statsderl_app.erl | |
| Compiled src/statsderl_sup.erl | |
| Compiled src/statsderl.erl | |
| ==> vmstats (compile) | |
| Compiled src/vmstats_sup.erl | |
| Compiled src/vmstats.erl | |
| Compiled src/vmstats_server.erl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment