我在我的 git repo 上运行以下命令
git shortlog -s -n -e --all
它给了我一整页的用户名,但我是唯一一个致力于我的项目的人。
按照以下步骤,您将看到我在说什么
git clone git@github.com:xxxx/xxxx.github.com.git
cd git shortlog -s -n -e --all
git shortlog -s -n -e --all
输出将如下所示:
73 Jade Dominguez <plusjade@gmail.com>
21 Jade <plusjade@gmail.com>
10 Yuya Saito <studiomohawk@gmail.com>
4 Andrea Schiavini <andrea.schiavini@gmail.com>
3 Anton Vattay <3martini@gmail.com>
2 Abhijeet Kumar <abhijeet.kumar.ak@gmail.com>
2 David Joos <david.joos@gmail.com>
2 Laura Cabrera <lzcabrera@gmail.com>
2 jayraj <jogjayr@gmail.com>
1 Adam Kerney <adam.w.kerney@gmail.com>
1 Alessio Caiazza <nolith@abisso.org>
1 Alistair Hutchison <github@alistairh.co.uk>
1 Andrew Kraut <akraut@gmail.com>
1 Brandon Philips <brandon@ifup.org>
1 Darren Jeacocke <dazonic@me.com>
1 Hong Xu <xuhdev@gmail.com>
1 Ian Li <i@techotaku.net>
1 James Fleeting <twofivethreetwo@gmail.com>
1 Jeff Kuchta <jkuchta@gmail.com>
1 Jesse Chan-Norris <jcn@pith.org>
1 Kori Roys <kori@koriroys.com>
1 Liu Lantao <liulantao@gmail.com>
1 Loren Sands-Ramshaw <lorensr@gmail.com>
1 Lukas Knuth <mr.luke.187@googlemail.com>
1 Marko Bauhardt <marko.bauhardt@googlemail.com>
1 Martijn Pieters <mj@zopatista.com>
1 Matt Swanson <mdswanson@sep.com>
1 Michael-Keith Bernard <mkbernard.dev@gmail.com>
1 Pradeep Nayak <pradeep1288@gmail.com>
1 Simon Starr <simon@starr.cx>
1 Stephen Ball <sdball@gmail.com>
1 Tommaso Visconti <tommaso.visconti@gmail.com>
1 Victor Widell <victor@topmost.se>
1 christine <piroko@gmail.com>
我不明白为什么?我是唯一一个致力于我的项目的人。