On 22/10/2007, Wincent Colaiuta <win@xxxxxxxxxxx> wrote: > El 22/10/2007, a las 13:04, Johannes Schindelin escribió: > > > So once again, what operations involving git do people use regularly? > > Here are my top ten commands, sorted by the number of times they > appear in my ~/.bash_history: 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html