Hi, On Mon, 22 Oct 2007, Wincent Colaiuta wrote:Thanks. That's a really good idea. I did the same, and it turns out that my list was wrong: 68 log 50 fetch 36 show 33 diff 19 grep 19 commit 14 ps (my alias which runs -p status) 10 config 8 rebase 8 push Everybody who wants to find out the same: this is how I did it: cat .bash_history | tr ";" "\\n" | sed -n "s/^ *git[- ]\([^ ]*\).*$/\1/p" | sort | uniq -c | sort -r -n One thing that I realised by looking at my list: It probably makes more sense teaching people about "fetch" in the beginning, teach other parts about git, and only then "push". We tend to teach people about "fetch" and "push" at the same time, but this is not consistent with any workflow. Ciao, Dscho - 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
| Avi Kivity | [PATCH 09/58] KVM: MMU: Respect nonpae pagetable quadrant when zapping ptes |
| Andrew Morton | 2.6.25-rc2-mm1 |
| James Morris | Re: LSM conversion to static interface |
| Eric W. Biederman | Re: [PATCH] kexec: force x86_64 arches to boot kdump kernels on boot cpu |
git: | |
| David Miller | Re: 2.6.25-rc8: FTP transfer errors |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | Re: [GIT *] Solos PCI ADSL card update |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
