TortoiseGit is an open-source client for the Git version control system. That is, TortoiseGit manages files over time. Files are stored in a local repository. The repository is much like an ordinary file server, except that it remembers every change ever made to your files and directories.
This allows you to recover older versions of your files and examine the history of how and when your data changed, and who changed it. This is why many people think of Git and version control systems in general as a sort of “time machine”.
Some version control systems are also software configuration management (SCM) systems. These systems are specifically tailored to manage trees of source code, and have many features that are specific to software development - such as natively understanding programming languages, or supplying tools for building software.
Git, however, is not one of these systems; it is a general system that can be used to manage any number of files, including source code.
What's New in This Release:
Features:
· Fixed issue #972 : Add "fast forward only" checkbox in pull dialog
· Fixed issue #976 : Compare Revisions should inherit path filter
· Fixed issue #869 : TortoiseProc CloneCommand is ignoring "url" command line parameter
· Fixed issue #820 : Missing menu item for "git svn fetch"
· Fixed issue #792 : Fetch progress window should have a "Log" button
· Fixed issue #451 : rebase (maybe be for any conflicts) select multiple files to mark
· Fixed issue #894 : Make images "open with" TortoiseIDiff
· Fixed issue #985 : Store status for view patch in commit dialog
· Fixed issue #977 : Fetch does not have an option to fetch tags
· Fixed issue #801 : Be able to enter a custom stash message
· Fixed issue #933 : implement git stash --include-untracked
· Fixed issue #987 : Add Stash save/pop to "Working Dir Changes" dialog
· Fixed issue #988 : Stash pop/apply fail should have a button for viewing conflicts
· Fixed issue #676 : Add remove remote tag ability
· Fixed issue #678 : TortoiseGitBlame log in...