I've used GitHub a bit but not really comfortable with it.
My installation was done a month ago using a git clone command. I'd like to update it. Is there a simple command that will just pull through the new files?
Archived Forum |
|
Git command to up date installationSubmitted by borpin123 on Tue, 01/12/2015 - 12:16I've used GitHub a bit but not really comfortable with it. My installation was done a month ago using a git clone command. I'd like to update it. Is there a simple command that will just pull through the new files? » |
Re: Git command to up date installation
Hi borpin123
Yep just go to the install directory and run:
git pull
Re: Git command to up date installation
Ha yes just worked that out. Thanks. I was trying it from the directory above.
Many thanks :)
Re: Git command to up date installation
Hi borpin123
glad you got it working have fun :)
Steve