Answer the question
In order to leave comments, you need to log in
How to make PhpStorm or Git automatically add file modification time, author, file weight, etc. to the code?
I am using phpstrom+git.
Since the time of the original developers of a project, most files contain information about who created the file and when and who last modified it and when, plus the version of the file and the name of the project. An example of such headers is below. The first developers used SVN instead of Git, but the essence of this does not change.
**
* YYYY actions.
*
* @package XXXXXX
* @subpackage YYYYY
* @author Zzzzzzz Zzzzzzz <[email protected]>
* @version SVN: $Id: actions.class.php 30461 2011-04-26 14:11:12Z petrov $
*/
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question