From e62fb5199b1ab91b349c9493de21417b59453e17 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 20 Mar 2019 17:39:54 +0100 Subject: [PATCH] Minor rewrite to account for changes in Appendix A. --- book/introduction.asc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/introduction.asc b/book/introduction.asc index 73c09d2e5..2f6ac4cbe 100644 --- a/book/introduction.asc +++ b/book/introduction.asc @@ -55,8 +55,8 @@ We leave that up to you. In *Appendix A*, we look at a number of examples of using Git in various specific environments. We cover a number of different GUIs and IDE programming environments that you may want to use Git in and what -is available for you. If you're interested in an overview of using Git in your shell, in Visual Studio -or Eclipse, take a look here. +is available for you. If you're interested in an overview of using Git in your shell, your IDE, +or your text editor, take a look here. In *Appendix B*, we explore scripting and extending Git through tools like libgit2 and JGit. If you're interested in writing complex and fast custom tools and need low-level Git access, this is where you can