From the course: Version Control for Everyone

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Next steps

Next steps - GitHub Tutorial

From the course: Version Control for Everyone

Start my 1-month free trial

Next steps

- [Instructor] Having gotten to this point, you know more than enough about version control to start using it in your digital work. That said, the technology is quite sophisticated and there's more to learn that could prove useful as you gain more experience and particularly if you're working with others. If you like to read about the software you're using, the Git website has a comprehensive book called "Pro Git" available for free. It's written with the programming audience in mind. But if you take it with that grain of salt, it can answer nearly any question you have about Git. We saw many instances of apps failing to provide us with useful visual diffs for many types of files. Fortunately, many version control apps support external tools for displaying those diffs and sometimes even executing merges. Here are a few that could be worth your time. There is the Helix Visual Merge Tool, also known as P4Merge, from Perforce.…

Contents