Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git Cloning to Specific Folder?

Trying to learn how to clone this Soda Theme for Sublime Text 2 with this:

git clone https://github.com/buymeasoda/soda-theme/ "Theme - Soda"

as it says here: https://github.com/buymeasoda/soda-theme

but I'm not sure where I type that in, or how to get it downloaded directly to my packages folder. How do I do this?

like image 968
Joe Bobby Avatar asked Jan 04 '12 17:01

Joe Bobby


1 Answers

Make sure you have git and enter that git clone https://github.com/buymeasoda/soda-theme/ <where you want to clone to> command in terminal / console for your OS. The <where you want to clone to> is the path where you want the files to be checked out.

like image 180
manojlds Avatar answered Oct 12 '22 23:10

manojlds