From the course: Git for System Administration

Unlock the full course today

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

Third-party Git tools and extras

Third-party Git tools and extras - Git Tutorial

From the course: Git for System Administration

Start my 1-month free trial

Third-party Git tools and extras

- [Instructor] Even though in this course, we've focused mainly on using Git on the command line, there are many third-party tools for Git, some of them graphical. I want to point out a few for Windows, Mac, and Linux. Also, there are many third-party tools that work with GitHub specifically. You can find these in the GitHub marketplace. There are additions in the GitHub marketplace for continuous integration, development environments, monitoring, and so on. It would pay off to peruse them. I'd also like to point out a few tools for Windows. Let's first talk about posh-git, which is a Powershell environment for Git, for those of you who do not want to use the Bash Git environment. Interestingly enough, you can also use this in Linux and macOS, if you install Powershell on those operating systems. Another interesting tool for Windows is in Microsoft's own Visual Studio marketplace. It's called Visual Studio Tools for Git, and provides an extension to Team Explorer for integration with…

Contents