Add empty lines after code blocks to switch back to normal text. Signed-off-by: Jonas Fonseca <fonseca@diku.dk> --- BTW, what about adding some notatation info for those boxes? It looks very creative for an introduction document. commit ca52918a9a6e02e55d878d8f5e68672432940337 tree 60d270e8b45beeee9361b13284ff2eefec746fd6 parent 9356837de630644323c800e2accad2618d7393f9 author Jonas Fonseca <fonseca@diku.dk> Sun, 02 Oct 2005 12:45:03 +0200 committer Jonas Fonseca <fonseca@antimatter.(none)> Sun, 02 Oct 2005 12:45:03 +0200 README | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/README b/README --- a/README +++ b/README @@ -305,11 +305,13 @@ will `cg-clone` do? +--------+ +--------+ + First it creates an empty repository +--------+ $ origin< +--------+ + Then it creates an 'origin' head, and will copy all the history from the remote repository's 'master' head there. So this head exists to reflect the state of the remote repository. The important point is that it is @@ -325,6 +327,7 @@ head and possibly push to it. | master< $ origin< +--------+ + Finally it copied over the 'origin' head to the 'master' head, which will from now as your current head represent your local development in the repository. @@ -337,6 +340,7 @@ will it do? | master< $ origin< < < < < +--------+ + First, it will populate your 'origin' head with the new commits from the remote's 'master' head. @@ -344,6 +348,7 @@ remote's 'master' head. | master<-M-. $ origin>---' +--------+ + Then, it will merge those new commits to your 'master' head. Now let's imagine that there is also another head 'unoji' on the other side -- Jonas Fonseca - 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.htmlReceived on Sun Oct 02 20:56:51 2005
This archive was generated by hypermail 2.1.8 : 2005-10-02 20:56:54 EST