Page 1 of 1

develop custom module with git version control

Posted: Sat Nov 30, 2019 4:54 pm
by tahsin352
we are creating a custom shipping module for GarazLab using Opencart 2.0. we successfully installed it through admin panel. we want to keep track of our code. so, all our code is on git.
we had setup it on live server. live server is already on git. we installed our shipping module in admin panel. now when we do 'git pull origin master' on live. i got these errors:
'M admin/view/stylesheet/bootstrap.css'

But i haven't change anything on css.
how to fix it?
i am finding it is difficult to create module + git in opencart

ref: https://garazlab.com/2019/03/10/expert- ... velopment/

Re: develop custom module with git version control

Posted: Sat Nov 30, 2019 11:31 pm
by IP_CAM
And what's the point, to do things like that ?

Re: develop custom module with git version control

Posted: Sun Dec 01, 2019 3:25 pm
by tahsin352
i want to keep track of my local changes and sync my work with live server. So, i use git to version control. but as i couldn't find any solution with the above problem, now i remove git from live server. i only have git on local server. after making any code change, i manually upload my changes to live server using scp.

i am still open for any solution.

ref.: https://garazlab.com/2019/03/10/expert- ... velopment/