$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'|sort -rn|head
157 git
91 cd
82 ./manage.py
52 nosetests
49 ls
11 python
8 mate
7 exit
6 svn
6 sqlite3
Memes - Because Everyone is Doing It
Posted on April 16, 2008


Hi,
don’t know what are you using for coding. but i think if it has a git plugin, then it couldnt be no 1 :)
Evren: I use TextMate for coding. It has a Git bundle although I don’t use it. I was actually surprised to see Git so high. Although it has become a regular part of my development process.