Update a DV
cd charon-distributed-validator-nodegit pulldocker compose up -d --builderror: Your local changes to the following files would be overwritten by merge:
prometheus/prometheus.yml
Please commit your changes or stash them before you merge.git stash # Stash your local changes git pull # Pull the latest changes git stash apply # Reapply your changes from the stash docker-compose up -d --build # Recreate your DV stackgit reset --hard # Discard all local changes and override with the pulled changes git pull # Pull the latest changes docker-compose up -d --build # Recreate your DV stack
Last updated
Was this helpful?

