Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Getting Source Code from Git for Local Dev

  1. #11
    Join Date
    Nov 2009
    Posts
    76,596

    Default

    Command run, i got result:


  2. #12
    Join Date
    Sep 2003
    Posts
    3,040

    Default

    This is not result of the command.

    After running the command, web site started working.

    Now, you have cloned code from git few days ago. There are many commits (code changes) made to git repo after that. To get latest version, you need to run "git pull". This need to be run always, so your code is always upto date with what is on git.

    Code:
    cd ~/www/imagehostnow.com
    git pull origin master
    Become PHP Expert in 30 days
    FreeMarriage.com - Free Online Matrimonial
    FlashWebHost.com - Professional Web Hosting, Designing.

  3. #13
    Join Date
    Nov 2009
    Posts
    76,596

    Default

    command run,


Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •