- create a new branch in your research paper repo called
methodologyand checkout to it - check out a previous commit on that branch. We discussed
detached HEADstate before. What does it look like? Trygit logandgit statusin this state. Discuss with your partner the different ways you'd go back to the most recent commit of themethodologybranch. Try them out. usegit statusandgit logto help you. - After this,
git checkout methodology - Edit the metholology.md file. Try to write a bit about how python is going to be used for the work that you do, and what python packages are going to be used to make that happen. Add it to staging and commit it.
- Go back to the master branch. Try to delete the
methodologybranch withgit branch -d. What does it look like?