Reputation: 797
I renamed the cloned directory and now rhc
commands like rhc app-show -v
require me to pass additional parameter of application with -a
option.
How can I solve this ?
Upvotes: 0
Views: 28
Reputation: 20186
Simply clone like this instead of renaming,
git clone https://github.com/user/userApp.git name_you_want
this command will clone your app in the name what you specified after that clone http command
Upvotes: 1