Cc: Johannes Schindelin <Johannes.Schindelin@...>, Andreas Ericsson <ae@...>, Jakub Narebski <jnareb@...>, Steffen Prohaska <prohaska@...>, Federico Mena Quintero <federico@...>, <git@...>
On 22/10/2007, Wincent Colaiuta <win@wincent.com> wrote:
Sounds like a good idea. Here's mine (my .bash_history is limited to
500 commands, though):
$ cat ~/.bash_history | grep ^git | cut -c5- | cut -d' ' -f1 | sort |
uniq -c | sort -nr | head -10
64 status
37 diff
23 push
13 checkout
12 add
9 log
9 commit
8 rebase
8 branch
5 count-objects
Dave.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html