lunedì 8 agosto 2016

git: riallineare il fork con l'upstream





                                                   
                            (origin)                                (upstream)
                                |                                        |
                                |                                        |
                                ---->                            <----
                                                  local


1) dal fork: fetch upstream (porta in locale le modifiche di apache/syncope)
2) rebase -i upstream/master    (ribasa i commit di apache/syncope)
3) push -f                (pusha le modifiche nell'upstream.    se esiste un nuovo branch bisogna pushare il branch

Run minikube with podman on Fedora

After install minikube as described in the documentation , set rootless property to true to use Podman without sudo: minikube config set roo...