Update
Updating using git pull
- Execute
git add .
&&git commit -m "xxx"
to stage and commit your changes. - Run
git pull
to fetch the latest theme code and resolve any conflicts encountered.
Updating using git pull
git add .
&& git commit -m "xxx"
to stage and commit your changes.git pull
to fetch the latest theme code and resolve any conflicts encountered.