S
S
Stanislav2016-05-18 10:11:48
PHP
Stanislav, 2016-05-18 10:11:48

Are there utilities to compare and statistics on coding progress without version control systems?

The bottom line is that there is a certain project that does not use version control systems.
Roughly speaking, there are two directories - old and new sources.
Is there software for analyzing changes and displaying statistics - how many changes, how many lines of code have been changed, deleted, added, etc.
In general, one can bring the initial snapshot of the project into GIT and then commit with the new ones. But what can GIT and third-party solutions offer to solve my problem in this case?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis, 2016-05-18
@denis6064

if you are working on a linux operating system, then there is a good program called meld. under Windows, it seems, I also once saw it.

O
Oleg Prilepa, 2016-05-18
@OAPrilepa

phpStorm has a file/directory diff utility that, as far as I know, doesn't use git to do its job.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question