Skip to content
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

Open
siddharthkp opened this issue Feb 17, 2017 · 4 comments
Open

cli? #13

siddharthkp opened this issue Feb 17, 2017 · 4 comments

Comments

@siddharthkp
Copy link

Is there a command line tool for this?

@KinoLien
Copy link
Owner

What do you want to do by cli? do the same thing like GitZip?

@siddharthkp
Copy link
Author

yep. A cli tool just feels closer to the workflow.

I usually clone on my terminal, cd and get started

@KinoLien
Copy link
Owner

Maybe can use svn? check this answer.

@wesbos
Copy link

wesbos commented Jan 29, 2020

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants