commit | c30e5673f9614caebf020f934f435db179bd53d4 | [log] [tgz] |
---|---|---|
author | Miklos Vajna <vmiklos@frugalware.org> | Fri Jan 23 19:02:29 2009 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Jan 25 18:57:26 2009 -0800 |
tree | cb109ab9ecea283ba92536066f418ba5bc0fd074 | |
parent | 0990e7aaaa63ca908dbdfc379af132068e4b066f [diff] |
gittutorial: remove misleading note In the tutorial Alice initializes the repository, and Bob clones it. So Bob can just do a 'git pull', but Alice will need 'git pull <url> <branch>'. The note suggested that the branch parameter is not necessary, which is no longer true these days. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>