Viraj
Viraj

Reputation: 797

Rename git directory cloned from Openshift

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

Answers (1)

Mohideen bin Mohammed
Mohideen bin Mohammed

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

Related Questions