Link to home
Start Free TrialLog in
Avatar of Larry Brister
Larry BristerFlag for United States of America

asked on

GitHub Desktop Version Control

I have a repository on GitHub (Web SIte Project)
I work from my local PC and push things to the repository

On the customers local server we want to have a "live" and a "dev " folder.
C:\Innetpub\weblive
c:\Innetpub\webdev

How do I "clone" from the GitHub Desktop app to the two folders?
So that I can...
Work local
Push to GitHub
Customers team can pull down to dev
Once tested...
Pull down to live
Avatar of Steve Bink
Steve Bink
Flag of United States of America image

Use git clone inside each of the directories.
Avatar of Larry Brister

ASKER

Can I have a little more insight?
I created another folder
I opened git shell and changed directory to the new folder.

The repository I need to pull from is
https://github.com/myowndomain/cm-web-dev.git

So...
What do I need to type in GitShell while in that folder to pull down that repository?
So that I have two copies locally
ASKER CERTIFIED SOLUTION
Avatar of Steve Bink
Steve Bink
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
My apologies for not getting back sooner.
I truly thought I had awarded the points