xxxxxxxxxx
config@list (master)
$ git config --get user.email
local@example.com
xxxxxxxxxx
git status
git stash push -m "Save changes before creating a new branch"
git checkout -b new-branch-name
git stash pop # (or "git stash apply" to apply to multiple branches)
watchtower docker compose
xxxxxxxxxx
version: "3"
services:
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
from the watchtower docs