Created
October 21, 2011 22:12
-
-
Save taylor/1305114 to your computer and use it in GitHub Desktop.
no cli_commands in Develop branch of Adhearsion after clone
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
| taylor@lindqvist:src $ rm -rf adhearsion | |
| taylor@lindqvist:src $ git clone git@github.com:mojolingo/adhearsion.git | |
| Cloning into adhearsion... | |
| remote: Counting objects: 10660, done. | |
| remote: Compressing objects: 100% (2883/2883), done. | |
| remote: Total 10660 (delta 7771), reused 10422 (delta 7534) | |
| Receiving objects: 100% (10660/10660), 2.14 MiB | 1.26 MiB/s, done. | |
| Resolving deltas: 100% (7771/7771), done. | |
| taylor@lindqvist:src $ cd adhearsion | |
| taylor@lindqvist:adhearsion $ git branch | |
| * develop | |
| taylor@lindqvist:adhearsion $ ls lib/adhearsion/cli_commands.rb | |
| ls: lib/adhearsion/cli_commands.rb: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment