Experimental branch with awesome routine

Report a typo

Sort the git commands so that the following points are carried out one after another.

  1. Check the branches you have,
  2. then make a new branch called "experimental",
  3. switch to this new branch,
  4. make changes by adding a file,
  5. then commit these changes,
  6. and switch back to the main branch.
Put the items in the correct order
git checkout experimental
git add Tom-Paris-holodeck-routine.hs
git branch
git branch experimental
git checkout main
git commit -m "Awesome routine! Finally done!”
___

Create a free account to access the full topic