Commit History
This lesson is called Commit History, part of the Using Git and GitHub with R course. This lesson is called Commit History, part of the Using Git and GitHub with R course.
Transcript
Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.
Your Turn
Add some additional text to your README.md
Commit your changes (make sure to stage your README.md file and add a commit message)
View the history of your repository
Make sure you understand the commit history (top section) and the diff (bottom section)
View your README.md at a previous commit by clicking on “View file …”
Have any questions? Put them below and we will help you out!
Course Content
26 Lessons
1
Why Use GitHub vs Dropbox, Google Drive, Box, etc?
03:15
2
Dealing with Common Problems: Can't Pull Code from GitHub
08:05
3
Dealing with Common Problems: Merge Conflicts
05:24
4
Dealing with Common Problems: Can't Push Code to GitHub
04:38
5
Let's Keep Bad Things from Happening in the First Place
02:45
You need to be signed-in to comment on this post. Login.
Lina Khan • October 19, 2021
Hi David, for some reason when I create the README file and then change/add the text and hit 'commit' again, my README file isn't there to stage. I've tried deleting the local-first project, creating a new one and starting over, and I get the same issue.
David Keyes Founder • October 20, 2021
Glad you got it figured out!