GitHub Repositories
This lesson is called GitHub Repositories, part of the Using Git and GitHub with R course. This lesson is called GitHub Repositories, 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
Open the GitHub repository with the materials for this course
Click on commits
Take a look through the commit history to see how the code changed over time
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.
Sara Cifuentes • June 25, 2022
Dear Charlie,
I had not considered this question until yesterday when I wanted to share this information with a teacher via GitHub.
When I send another person the Github link (e.g., https://github.com/Sagaciro/Week_12), how can this person open/visualize/run the R repository on their computer?
Sorry for my late question.
Thanks for everything,
Sara
Hatem Kotb • July 1, 2024
They could create a new project by selecting Github repository (instead of a directory) and link to that repo.
Alberto Cabrera • July 2, 2024
I have a couple of questions and a comment for your consideration.
repos
and their individual contents as well?Your lesson made me realized it is possible to synchronize the GitHub Desktop with GitHub website seamless. It is indeed an incredible tool. But takes time understand the lingo.
Alberto Cabrera • July 2, 2024
I have a couple of questions and a comment for your consideration.
repos
and their individual contents as well?Your lesson made me realized it is possible to synchronize the GitHub Desktop with GitHub website seamless. It is indeed an incredible tool. But takes time understand the lingo.
David Keyes Founder • July 2, 2024
Here are some answers:
You can delete repos by going to the settings tab and then scrolling to the bottom.
Yes, you will learn how to sync contents on your computer with GitHub in a later lesson!