View Single Post
06/22/14, 06:15 PM   #2
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
I use the git bash to clone and it's not gone wrong yet. Just tried it now to see if I remembered how to do it since I started my addon and I couldn't see a clone option in the GUI side so used bash again.


Right click in folder and select 'Git Bash' option
git clone (path to remote as per the eso git control panel for the addon) (name of directory to create in the current directory)
enter password you set up for security
et voila a copy of your git repository on your computer.
  Reply With Quote