Angular analysis of B0 -> K*mumu
Git commands
Create a new branch identical to the master: git checkout -b Work on a existing branch: git checkout Print branches (and mark the active one) git branch (if not master, the working branch is always updated in the web) Merge the working branch with the master (when debugged) git push origin