ML
Mar 27, 2018
Great course, should be a pre-requisite or additional reading to any intro data science course using Git. Straight-forward, not overly taxing to your time, and full of practical application exercises.
CK
May 23, 2021
Awesome Course, Learned many new things, I am using git for my day-to-day work, but this course gave me in-depth knowledge of each work and each command that I execute and will execute in the future.
By Mahamitra K
•Aug 3, 2020
great
By Arie T
•Jun 23, 2019
Great
By Michal S
•Aug 10, 2018
great
By Brian H
•Feb 27, 2018
Solid
By Mayur B Y
•Jul 15, 2022
good
By Shubham V
•Aug 4, 2021
good
By RIZWAN S
•May 31, 2021
good
By Ремизов А И
•Dec 1, 2020
good
By tsion z
•Sep 25, 2020
osum
By Ankur R
•Dec 30, 2021
ok
By Surya G
•Jun 27, 2021
By Sanjitha G
•Oct 15, 2018
T
By Robert H
•Aug 20, 2021
A very good introduction to Git, and the instructor's voice is very clear - and while a great emphasis was placed on enunciation and clarity, it was a bit monotone, which, when combined with something of a dry subject, made it difficult to keep up. The lectures have a kind of narrative to them, which is great, but I often felt lost, like I missed something vital, and couldn't easily trace back. If I hadn't created my own set of notes for this class I would have been lost. And you might think DUH you should always take notes! True, but in this case I spent easily 4x as long essentially re-documenting the whole class in a format that aligned with how I learn things. I think some additional course resources like PDFs of the high-level concepts, commands used in the lectures, and command syntax would be fantastic.
By Peter K
•Dec 27, 2021
The course is very good. It is best suited to beginners with Git but with some development/programming background. The last module, especially the run through of different workflow methodologies really brought it together. The hands on final project was useful too. Although it would be difficult, what would improve it is some real world content in the examples and workshops. Repetitive use of 'fileA.txt' with one-line content is a bit confusing and not relatable I think - they could have used a simple html page as the ongoing content and applied corrections to spelling mistakes, etc., as the commits - that would make the workshop material more accessible. Nonetheless, if you have never used Git before (or have only a very limited exposure to it) it is a worthwhile course.
By Pauli P
•Nov 11, 2020
Two separate paths for sourcetree and commandline would be a way to make things easier for the students. Now it was a bit frustrating having to jump over the videos that you did not wish to see. Also IMHO the questions in the middle of the videos were unnecessary interruptions. In addition, 15-25 minutes videos would be optimal length (for me). Seems to be the general tendency that self-educational videos are getting ever shorter. It may give some relief to a small group of students, but IMO the majority will suffer. If this continues, at some point in the future there's not enough time for anything else than "In this video we will learn" and "Let's review the things we learnt in this video" :)
By Morten A
•Jul 18, 2021
I choked on some of the "exam"-questions because they were not precise enough and I had to guess / assume on what was asked for in the question. Otherwise, a great course. Comment for course-authors: I think you should leave a note explaining how you can avoid revealing your git-account email, by changing the local git config. For instance, in my case I have git configured locally with my work-email which I DO NOT want to reveal through my submission uploaded for peer-review. For that reason I ran the following command "git config --local user.email myname@example.com" in the local git-repository
By Arkadii M
•Jan 10, 2022
The course has provided much useful information, although the presentation is kind of boring, and the examples are very primitive - working with some actual code snippets would be nice. I would like to see a more detailed coverage of the interplay between local and remote repositories; I feel that what was taught here is insufficient for practice. The course also badly needs some kind of short PDF notes to help review the material and to use for future reference.
By Tianming H
•Mar 10, 2021
I had some practice in this course on how to create directory and commits, and it makes clear some concepts of git I don't understand before.
On the other hand, I think it does not go in enough depth on some git features. As an example, I am still not quite sure how to safely revert commits while working with remote directory after completing the course, though it is one of the features from git that I want the most.
By Erick A
•Mar 18, 2020
It's a really good course for begginers. For me it was very helpful to understand some git fundamentals, it gave me strong knowledge to build bigger skills. The negative part is some times it's boring, it'd be more dynamic showing "in action" work and not only slides. Also the documentation could be enhanced if it includes some cheatsheets for the most common commands or something like that.
By Georgi G
•Aug 9, 2021
The course is good but in most of the cases the companies have their own places with their remote repositories. The merge and rebase was very good explained but I think that it was little bit redundantly extended about pull requests and forked repos.
Remark; I work with git for last 10 years. I had to complete the course because the management required it
By Prince K
•Dec 31, 2019
They give a note for practical practices, where you have to read all the instructions and then you have to perform all those practical practices.It was really a great experience for me to take this course I am very glad that I choose this course the only thing where it was lagging is a lack of practical sessions.
overall it was a good course.
By Servet B
•Jan 11, 2019
Pros:
** Presentations are great.
** Manner of telling is quite good and understandable.
** Course structure is planned very well in order of logic.
Cons:
** I would like to see using git with large scale team collobration. This could be done via classmates in course.
** Quizzes are fine but homeworks can contribute more to learn deeply.
By Dean G
•Jun 2, 2021
Course is great. I did the command line only sections as this is what we use in work. This will be extremely helpful in work where I have had major problems managing repositories due to no prior training.
There was a mistake in my peer reviewed assignment, but I cannot edit my submission so I could not complete that part.
By Joseph L
•Apr 17, 2021
Excellent course. Before starting the course, I knew "enough to be dangerous". I felt like I was learning more about Git from the first lesson. The only thing that I would change is the placement of the instructions for the final assignment. I didn't find them until after I attempted the assignment.
By Aditya k
•Jul 18, 2018
The assignments provided as reading material was good and made us use all the concepts covered in the videos. Expected some more practical assignments for the determining the grades rather than just quizzes. Overall content was good and covered most of the topics as per my expectations. [Edited]