Sort the git commands so that the following points are carried out one after another.
- Check the branches you have,
- then make a new branch called "experimental",
- switch to this new branch,
- make changes by adding a file,
- then commit these changes,
- and switch back to the main branch.