文件操作 - git-annotate.txt
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/doc/git-1.8.3.1/git-annotate.txt
编辑文件内容
git-annotate(1) =============== NAME ---- git-annotate - Annotate file lines with commit information SYNOPSIS -------- [verse] 'git annotate' [options] file [revision] DESCRIPTION ----------- Annotates each line in the given file with information from the commit which introduced the line. Optionally annotates from a given revision. The only difference between this command and linkgit:git-blame[1] is that they use slightly different output formats, and this command exists only for backward compatibility to support existing scripts, and provide a more familiar command name for people coming from other SCM systems. OPTIONS ------- include::blame-options.txt[] SEE ALSO -------- linkgit:git-blame[1] GIT --- Part of the linkgit:git[1] suite
修改文件时间
将文件时间修改为当前时间的前一年
删除文件