Right now, a user can clever link an app in any directory. Thus, he can control the app, but not download its code. Let's have a discussion about a clever clone feature to allow a user to get the code from an app in an empty directory without looking for the git repository URL and git clone. It could also be introduced as a clever link --clone.
Right now, a user can
clever link
an app in any directory. Thus, he can control the app, but not download its code. Let's have a discussion about aclever clone
feature to allow a user to get the code from an app in an empty directory without looking for the git repository URL andgit clone
. It could also be introduced as aclever link --clone
.