Why you Should use TortoiseGit

Jesse L
2 min readSep 13, 2021

Hi everyone, welcome back. TortoiseGit is an tool that makes version control easier and faster. TortoiseGit is used with the Git revisioning software. TortoiseGit is available on Windows machines and are free to use under the GNU General Public License.

Git

Git is a tool used to help developers manage and track their code. It is great for various reasons including being able to review the history of files and to collaborate with a team. Read more about version control here.

Git Commands

Git commands are used to manage the codebase and repository. Commands include checking out code, branching the codebase, committing code updates, and much more. These commands are used in a computer terminal or shell.

GitTortoise

This is where GitTortoise comes in. GitTortoise is an application that allows users to easily utilize Git in the file browser without ever having to open terminal or shell. It can be thought of as a UI for Git. From within a file browser, simply right click within a directory and there will be various options for Git.

GitTortoise will need to be setup with your Github/Bitbucket account and repo before using. But once things are set up, utilizing Git is super easy. This is especially helpful if you are new to using…

--

--

Jesse L

Hi, I'm a passionate technology enthusiast and lifelong learner. Beyond my technical pursuits, I'm also passionate about sharing my enthusiasm with others.