Chevron Left
Back to Introduction to Git and GitHub

Learner Reviews & Feedback for Introduction to Git and GitHub by Google

4.8
stars
7,238 ratings

About the Course

In this course, you’ll learn how to keep track of the different versions of your code and configuration files using a popular version control system (VCS) called Git. We'll also go through how to set up an account with a service called GitHub so that you can create your very own remote repositories to store your code and configuration. Throughout this course, you'll learn about Git's core functionality so you can understand how and why it’s used in organizations. We’ll look into both basic and more advanced features, like branches and merging. We'll demonstrate how having a working knowledge of a VCS like Git can be a lifesaver in emergency situations or when debugging. And then we'll explore how to use a VCS to work with others through remote repositories, like the ones provided by GitHub. By the end of this course, you'll be able to store your code's history in Git and collaborate with others in GitHub, where you’ll also start creating your own portfolio! In order to follow along and complete the assessments, you’ll need a computer where you can install Git or ask your administrator to install it for you....

Top reviews

BK

May 17, 2020

Awesome !!! I tried to learn git many times but things always slips over my head but I was fortunate enough to stumble upon this course and voila, I have learned so much in this course. Thanks a lot.

DA

May 6, 2021

Awesome and well balanced course for working professionals. Clear explanations and coverage of typical use case scenarios. The labs were manageable and did not require a lot of time to complete them.

Filter by:

1426 - 1450 of 1,704 Reviews for Introduction to Git and GitHub

By Md. T H

•

Jul 19, 2020

gg

By Clive L

•

Jun 23, 2020

OP

By Carlos M C F

•

Jun 21, 2020

:P

By Jayaynth P S Y

•

Jun 13, 2020

<3

By Stephen l

•

Mar 4, 2023

1

By Vaghela T

•

Jul 26, 2020

I

By Eric A

•

May 7, 2021

Overall, the course successfully presented the basics of Git and GitHub. The topic scope and level of detail covered in the sufficient number of instructional videos were appropriately sized. Additionally, the reference (cheat) sheets and various readings enhanced the student's ability to return and review topic material. Furthermore, this course builds the foundation upon which other relevant and advanced courses may be presented.

My course instructor was top-rated among all the previous instructors through IBM's Data Science, AI, Machine Learning, and Python certifications. I strongly recommend to prospective students to know basic Python3 programming as this skill will be utilized in week 4. Of course, being familiar with python will help throughout the instruction.

A number of blindside situations prevented me from granting the last star. For example, throughout the course, when the instructor typed in credentials for access to an external GitHub account, the cursor (and placeholders/cursor movement for the password) moved sequentially in the command line dialog. When taking the module exams, the student used a Linux VM dialog. This dialog does not advance the cursor or present placeholders as the student attempts to enter their password. The cursor appears to freeze. When the examination clock is ticking, the student is under pressure to complete the tasks. This VM cursor issue infers that something went wrong and per the discussion forum posts many students wasted valuable time trying to solve this problem. Perhaps the examination instructional script might mention this condition. Another example was the debacle with the change in policy regarding the default branch name change from "master" to "main" at GitHub. The module examination course material was, in my opinion, not updated in a timely manner. Again, as a result, many students experienced frustration as their code, seemingly typed exactly as instructed, failed against the new GitHub change. The prospective student would be well-advised to inspect the discussion forum(s) before advancing to their respective week/module/section examinations in order to become familiar with current frictional issues.

By Puneeth G R

•

May 22, 2020

I would like to see more explanation via diagrams. For the rebase concept, there were NO diagrams.

Also, it would be better NOT to stick on to qwik labs. You have to type the code AS IS in the qwik labs, otherwise it wouldn't let you proceed. It's better to let the learners use Git Bash on their local system to experiment.

I loved the instructor's way of explanation. It was very engaging.

Previous to taking this course, I took the course "Version Control with Git" provided by Atlassian (Bitbucket company).

The Atlassian course was boring (his voice was monotonous), BUT they gave diagrams at each and every concept, and gave practical exercises after every single video.

Practically speaking, even though the Atlassian course was boring, it was way more practical. The final assignment by Atlassian was excellent to cement our understanding.

By Santhosh P

•

Mar 9, 2024

I gained substantial knowledge from this course. The initial two modules covered foundational basics, while the hands-on exercises were exceptionally valuable. The real learning experience unfolded in the 3rd and 4th modules, containing crucial information and assignments that truly packed a punch. In essence, it's an excellent course for beginners, providing a solid foundation. For experienced professionals, it serves as an effective revision course, offering valuable insights and reinforcing essential concepts. The practical exercises were a highlight, making the learning process engaging and impactful.

By Adam A

•

Mar 22, 2023

Great course overall. A couple of points that would improve it further

1) instructor screen should be a smaller window inside the main window. Terminal should remain visible for longer periods of time to make it easier to follow.

2) Lab exercises should incorporate more of the commands and skills that are introduced during the course. While students can create their own exercises outside of the curriculum, the labs don't get progressively more challenging which was a slight let down.

Overall this was a great course to learn about Git, GitHub and the concepts of version control.

By Sacha v W

•

Mar 29, 2020

Very nice course of a topic I wasn't too much aware about. Great instructor. For my as new-bee on the topic the beginning Chapter 1 & 2 are the most interesting. Chapter 3 & 4 went to rather deep at high speed. It wasn't possible to type along as there was no github project to fork and go along with. The labs in the end all condensed the material to the essence again. Most google courses on coursera feel like commercials (for the GCP). This one not and I consider this course together with others in the specialization as one of the better courses I have done. Thanks

By Deepak K G S

•

Aug 2, 2020

I found the course to be challenging in week 3 & 4 . Week 3 dealt with complex workflows of push-pull requests , rebase commands.It would have been helpful if the assignments too had covered such topics.It was left to us to practice those.Also in some videos the instructor should explictly mention which branch he is working on or atleast customize the command line (use zsh) to define the branch name.I was confused sometimes as to which branch he was working on. Otherwise, it is one of the best courses to learn git with lot of resources provided by Google.Thanks.

By Devansh K

•

Jan 8, 2021

A very expansive course which explains a lot of different concepts. I had read about git and github briefly, but this course filled in all the gaps in my knowledge and gave me the detailed knowledge I was looking for. The instructor is great, and the content covered is perfect for beginners. My only slight issue would be that I felt like the latter half of the course was not as good as the first half in terms of its explanations. I feel like the explanations weren't detailed enough and could have done with some more detailed examples.

By I. M

•

Nov 10, 2021

The course is great and touches a lot of content. The teacher is nice and very good. But concepts are not easy to understand and some things are not so well explained. You need a lot of practice to get all working in your head, and the labs, although they are correct, don't show you how to accomplish the hardest parts of the theory, letting you with a lot of doubts and half-learned things. It would be also nice an update in some lectures explaining the recent changes about master/main and the tokens instead of passwords.

By MANISH K

•

May 11, 2020

The course is an ideal introduction to such extremely interesting technologies. Kenny goes extensively on Git's basic commands and use and sets plenty of examples of the real-life aspect in which the student can understand and get accustomed to Git's framework.

Overall, after completing this course, you will have a clear understanding of what a Version Control System (VCS) like Git is like, and how Github complements and adds features. It is a MUST if, in my view, you are in the IT or computer sciences!

By Luis M

•

May 10, 2022

The training is quite good in general but I miss 2 things: one is having some diagrams that explain the flow of the different versions of files when you do different things, like when you have several branches and then you merge them. I think it would be more clear. And the other thing I miss is to have an explanation on how to create a repository for a team and how to manage the permission. I mean, how to give permission to some people and not to others. That configuration part is not mentioned.

By Maria F S

•

Mar 14, 2022

This course had been quite a ride for me. I had learned so much here about Version Control using Git and Github. The instructor/teacher explained the lesson well and often use analogies to make it easier for us learners to understand. If I was to give a suggestion, maybe you guys can provide/show where can we access the scripts that are being used in this lesson, so it will be easier for learners to practice and grasp the lesson better.

By Peter T

•

Nov 11, 2021

I liket the course and the instructor, but I really missed those in-video exercises from the first and second course. They helped me remember a lot. Here, questions in practice quizes are too theoretical and qwiklabs are too easy. Watching the instructor speak without doing anything gets easily boring. Lastly, there could be more complex animations on branches and local/remote repositories - how it all works together.

By Romit T

•

Mar 4, 2021

The course was perfectly designed to understand SCMs. The only thing where I see an opportunity for improvement is that the course pace was a bit fast. It could be really great if it would be slowed down and have more examples included so that it would be even better to understand. Overall it was a wonderful course and a wonderful experience. Hoping to apply the same in my current role! Cheers!

By Waldo F

•

Mar 13, 2023

The contents are thorough and give good reasonable examples

The practice parts are also well rounded and very clear with the instructions except for a problem with authentication for github, which has deprecated the method on the notes.

Thisis likely a dealbreaker for anyone without some higher level knowledge as it requires changing several commands and is generally mor einvolved.

By ian M

•

Jul 13, 2020

Content is good. Instructor is exceptional.

Qwiklabs testing is buggy, lots of issues. Thanks to contributors in the Discussion Forum for insight and help with issues that should have been rectified months ago and are still prevalent. A clear instruction set should be written without all the conversational text. Could be so much better. Come on Google !

By Isaac M

•

Dec 26, 2021

This is a good intro to git fundementals. Would be better if it included some group exercises on how to deal with merge conflicts/real pull requests. Content in lectures is very good, quizzes are pretty decent, labs are not very high quality. Probably worth your time if you have never used git before, otherwise there are better ways to learn

By Mitush J

•

Aug 5, 2023

The "Introduction to Git and GitHub" course provided a solid foundation in version control. Clear explanations and hands-on labs made concepts easy to grasp. Loved the collaboration section. Wish there was more on advanced topics, and pacing occasionally felt rushed. Recommended for beginners seeking a strong start in Git and GitHub.

By Minh T C

•

Feb 3, 2023

This course is generally well-prepared. Many essential features of Git and GitHub are taught and some aspects of software development are also mentioned.

However, the training and testing systems for learners are not robust. I would personally like the course to have more and harder assignments.

By Mohammed H

•

Apr 3, 2021

The content is great, the instructor is super, one thing that I didn't like is that the explanations didn't engage graphical illustrations especially in the merge conflicts part, it would be nice to update and a tree like graphs to clarify how commits and branches split in routes, Thank you!