• 请不要在回答技术问题时复制粘贴 AI 生成的内容
luoluoluo
V2EX  ›  程序员

你每天代码 I/O(读/写)多少行?

  •  
  •   luoluoluo ·
    luoluo · Aug 13, 2014 · 3288 views
    This topic created in 4300 days ago, the information mentioned may be changed or developed.
    5 replies    2014-08-14 01:59:34 +08:00
    shyrz
        1
    shyrz  
       Aug 13, 2014
    没算过诶,算时间应该可以
    luoluoluo
        2
    luoluoluo  
    OP
       Aug 13, 2014
    @Artotria 今天读了两千行,感觉有点累了
    iptux
        3
    iptux  
       Aug 13, 2014
    $ git diff --shortstat HEAD..00ba305
    6 files changed, 102 insertions(+), 159 deletions(-)

    一天的产量
    siteshen
        4
    siteshen  
       Aug 14, 2014
    @iptux 这么一看我今天也没干啥好事
    15 files changed, 95 insertions(+), 245 deletions(-)
    iptux
        5
    iptux  
       Aug 14, 2014
    $ git diff --shortstat `git log --before=yesterday -1 --pretty=format:%h`..HEAD
    7 files changed, 153 insertions(+), 101 deletions(-)

    找了一条更简单的命令,HEAD 要放后面不然结果是反的
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   958 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 34ms · UTC 22:18 · PVG 06:18 · LAX 15:18 · JFK 18:18
    ♥ Do have faith in what you're doing.