-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli? #13
Comments
What do you want to do by cli? do the same thing like GitZip? |
yep. A cli tool just feels closer to the workflow. I usually clone on my terminal, cd and get started |
Maybe can use svn? check this answer. |
This is my zsh function to do this: function dl() {
folder=$(echo "$1" | sed -e 's/.*\///g')
svn checkout ${1:gs/tree\/master/trunk}
rm -rf "./$folder/.svn"
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a command line tool for this?
The text was updated successfully, but these errors were encountered: