Re: more than 20 commands in everyday.txt
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:44:00
Miklos Vajna [off-list ref] writes:
"every day". of course it may be only me, that's why i ask. here are the commands i rarely use and are in everyday.txt: - git-prune and git-repack: usually i use git-gc only. maybe prune and repack could be removed from everyday.txt? - git-show-branch: what about mentioning gitk instead? i think it's much more used - compared to git-show-branch what do you think about this? maybe i'm wrong, but if i'm right, then i would provide a patch to update everyday.txt according to these suggestions.
I think you would probably get unanimous yes for the former (I don't use gc myself but "repack -a -d" or "repack -a -d -f" regularly, though --- I am old fashioned and do not mind being counted as an oddball). For the latter it all depends on whether you are in windowed environment (I usually don't).