everyday: fsck and gc are not everyday operations
commitbce02c1b4de20de545a2fab899cb96b66e01097d
authorAnders Kaseorg <andersk@MIT.EDU>
Wed, 21 Oct 2009 20:02:48 +0000 (21 16:02 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Mar 2010 02:25:20 +0000 (16 19:25 -0700)
tree27e1b5bf27640d9147779d59b8800f9df47a5539
parentc24138bc55bcbbde2ea8601c504752e5a39f53f2
everyday: fsck and gc are not everyday operations

Back in 2005 when this document was written, it may have made sense to
introduce ‘git fsck’ (then ‘git fsck-objects’) as the very first example
command for new users of Git 0.99.9.  Now that Git has been stable for
years and does not actually tend to eat your data, it makes significantly
less sense.  In fact, it sends an entirely wrong message.

‘git gc’ is also unnecessary for the purposes of this document, especially
with gc.auto enabled by default.

The only other commands in the “Basic Repository” section were ‘git init’
and ‘git clone’.  ‘clone’ is already listed in the “Participant” section,
so move ‘init’ to the “Standalone” section and get rid of “Basic
Repository” entirely.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/everyday.txt