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.
This is a great course, i.e. very pedagogical, a nice structure, a lot of practise material and gives a very solid base for working with git. I highly recomend to anyone wanting to pickup git/github
創建者 Nicolas S V
•This course it wasn't challenging for me and if you already have experience using GIT I don't recommend you to take it. I finished the whole course in one hour or so. If you are experienced on GIT you can just go directly to the assignments and take them, they are quite easy. They say that "Developers and members of IT (Information Technology) are the primary audience", they should clarify that this course is for beginners.
創建者 Chunhui G
•The course is well-organized. There are a few suggestions: 1. provide download link for the slides used in this course because the hands-on instruction didn't cover all the knowledge in the lecture. 2. more knowledge about revert and reset should be included. There should be a higher-level course after this one talking more about a real-world project. Again, great course!
創建者 Veera V k
•This course gave me a clear understanding of version control system, Their types, Usage in the industry and many hands on exercises to understand the core concepts behind the git. I would recommend any beginner in the field to tackle this course for a solid understanding of the underlying concepts of git.
創建者 Sowmya V
•Verify informative on Git. clear explanation. course content is good. But regarding difference between master and develop repository could have added more information practically, so the new Git user can make out. i learnt lot from the course. The links provided and Readme contents are clear and useful.
創建者 Matthew P L
•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.
創建者 Andre O
•This was certainly a very well constructed course. It challenged my perceptions, my ideas and my knowledge. I would certainly recommend for anyone looking to get a good understanding of Git.
創建者 Andrew S
•An excellent intro course to git, Bitbucket and Sourcetree. I did both the Sourcetree and CLI version. Was really good to see things done both ways. Helped to make the material stick.
創建者 Ilya R
•I liked the 'Version Control with Git' course from Atlassian because I had long wanted to master software version control via Git technology. Until the course was completed, I gained information about Git only scrappy, sometimes reading articles and questions on StackOverflow.
The course gave me an insight into Git's basic concepts and how I can organize my work in the software development team and opensource projects. Before I taken the course, the term "pull request" remained mysterious to me. The course helped to understand how "pull request merge" can be integrated into Feature Branching Workflow or Gitflow workflow.
Also, I had a barrier in trying Github alternatives. I examined Bitbucket and liked it very much for private projects.
I recommend a course for all beginners.
創建者 Gregory H
•A very, very good course!
This course places importance on understanding concepts behind the use of git commands rather than just describing git commands and their effects on files as too many other lesser tutorials do. All important basic concepts are presented in a clear, step-by-step manner allowing a complete beginner to use git commands with confidence. This confidence arises from the understanding of why git commands work instead of just knowing what they do.
Knowing these basic concepts will allow me to teach myself more about git just by reading the standard manual pages rather than having to resort to tutorials.
創建者 Abhishek S
•This is a brilliant course for beginners as well as for people who are using GIT but want to clearly understand that how it is working under the hood. The instructor is super awesome. The content , pace at which things are explained, explanations are all very clear and accurate. Indeed, A GREAT COURSE!
創建者 Tamanna A
•i Loved the course so much. I had a great desire about learning version control in software management.
this course give me a proper knowledge about version control. i think the knowledge i gather from this course will put a great effect on my future job sector . Thanks a lot
創建者 Rok B
•This is a great course, i.e. very pedagogical, a nice structure, a lot of practise material and gives a very solid base for working with git. I highly recomend to anyone wanting to pickup git/github
創建者 Marijan B
•Probably more time should have been dedicated to Changing History topic. In addition, it would be nice if a summary of all git commands discussed was provided as a cheat sheet for easier review.
創建者 Maria M
•Excellent course, very good mixture of theory and excersises, providing a solid understanding of the material. I would only wish for more anvanced topics and real world scenarios.
創建者 Vijai K S
•Unlike other courses on Git, this course from Atlassian gets a little deeper into Git. I definitely recommend it for any developer.
創建者 Mariia V
•The course is for complete beginners, it greatly helped me to get started. Definitely, it's not enough for real commercial work.
創建者 Lyle S
•I got a lot out of this course. The material was well organized and presented well. I knew very little about git, and now I'm interacting well with the others in my company on this topic.
Suggestions for the future:
I would force people to use both the command line and the desktop git client. Both are worth knowing; the command line is more arcane and drives a lot of people to the desktop clients (like me). However, it is worth knowing. And, its a big jump from the weekly homework to the final exam. I would provide more information to the GitHub workflow.
But, very good. I've recommended the class to others at my company.
創建者 SUBHADYUTI S
•"Version Control with Git" course has helped me immensely in clearing most of the doubts I had when I started working with Git in general. Steve explains each and every concept related to Git in a pretty comprehensible manner, which allowed me to gain in-depth knowledge about Git. Although I needed help from internet during the final project, it was still worth the effort as I could visualize such a neat and clean commit graph after completing the tasks for the final project. Thank you, Steve, for such a brilliant course on Git.
創建者 Marianna G
•Great course! Despite my previous experience with Git/GitHUB I have learned a lot. This course clarified a few confusing points for me. Many thanks to instructors and organizers!
One suggestion for future sessions.
When working with multiple branches, it is sometimes necessary to check the differences between local branches as well as local and remote branches. So, I think adding one more module to address the use of git diff/difftool would be very helpful.
Thanks again for a wonderful course!
創建者 falu
•This course is well organized and describes the working of commands with ample detail. I found it interesting and informative. Though I had previous knowledge about Git/GitHub, I got to learn many new concepts like Pull requests, Rebasing, Rewriting Histories etc. However, I suggest, This course can include more hands-on work or talk regarding any real-world project to give broad idea to participants regrading the application of concepts learned. It is a valuable course though.
創建者 Paige M
•Learning both tools, Sourcetree and Command Line, were extremely helpful and relevant to my work flow with my remote team. In fact in the middle of this course, our team was given additional training on rebasing, and it was so gratifying that I understood how it worked. Videos and lessons here concise, pertinent and well-produced. Repeating the material, from SourceTree to CLI, with its nuances made the work -- and my progress -- more indelible. This will last.
創建者 Laura M
•I am working as a functional designer in a team with developers and testers. In order to understand their work I wanted to learn about Version Control in GIT. Also I will use it myself to a certain extent. This course helped me a lot by learning the logic behind GIT version control. Now when a developer explains me something about GIT I don't just have to take his/her word for it, but I also understand it. This course helped me a lot.
創建者 Kristian L J
•I have used Git at work for a couple of years now. Despite this, I found some things in this course that I did not know like different Git work flows, a better understanding of the internal workings of Git, as well as other ways of merging (like squash merge). Can highly recommend this course to people who are new to Git as well as people with Git experience who never got the full Git tour. Very good lectures and assignments.
創建者 Soufiane C
•Git from A to Z, this course explains it all. There's a thousand course online that claim to teach Git in 10 minutes, but when you take this one, you understand that they just show the surface. I was using Git at work but I always felt that there are many aspects that I don't fully grasp. After taking this course, I'm now aware of everything that should or can be done, why it's done, and how to do it right.
創建者 Каморзин Б Б
•Great course!
Very helpful indeed. I was a complete noob, when my boss asked me to start our repo for the project, and now I can use Git very efficiently.
The good thing about this course is not only that it gives you all you need to start fresh, but it does it in an UNDERSTANDABLE and clear way, supported by some nice presentations.
I want to thank the course creator(s) for this lovely and mindful experience.