Day1
- Do the following exercise, (either using the Rstudio GUI or the command line, from the terminal):
- Create a new RStudio project on your computer called “bio”.
- Write a three-line biography for yourself in a file called me.txt, add and commit your changes.
- Modify one line, add a fourth line, add and commit the changes.
- Display the git history of your project. Describe the differences between the updated state and the original state of your repository. Do your commit messages are informative enough to describe the differences?
- Read Writing Meaningful Commit Messages
- Make a summary that lists 3 characteristics of a good commit message.