Commits
This lesson is called Commits, part of the Using Git and GitHub with R course. This lesson is called Commits, 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
Create a new file called README.md in your
local-first
project and add textGo to the Git tab and hit the commit button
Check the staged button next to your new README.md file (and any other modified files)
Add a commit message (e.g. “Add README file”)
Click the commit button
You’ve now made your first commit!
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.
Natasha Bennett • May 3, 2022
My README file didn't save as an .md It automatically saved as .md.R Does this matter?