You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current builder init command clones a repo and then sticks it in a hidden directory.
This needs to change so that a builder init git_repo_url works similar to a git clone and create a folder name that matches the git project in the current directory.
We can add a param called builder init -h or --hidden. to keep it in a hidden folder. (IE this flag should use the current code in place)
The text was updated successfully, but these errors were encountered:
The current builder init command clones a repo and then sticks it in a hidden directory.
This needs to change so that a builder init git_repo_url works similar to a git clone and create a folder name that matches the git project in the current directory.
We can add a param called builder init -h or --hidden. to keep it in a hidden folder. (IE this flag should use the current code in place)
The text was updated successfully, but these errors were encountered: