aboutsummaryrefslogtreecommitdiff
path: root/Documentation/tutorial.txt
Commit message (Collapse)AuthorAge
* Update tutorial a bit for scripted helpers.Linus Torvalds2005-06-14
|
* [PATCH] Tutorial update to adjust for -B fixJunio C Hamano2005-06-12
| | | | | | | | Now -B does not say silly "complete rewrite" anymore for small files such as the one in the tutorial example. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* Clarify git-diff-cache semantics in the tutorial.Linus Torvalds2005-06-02
| | | | | Adam Kropelin points out that it wasn't all that clear at all what the thing does. This hopefully helps a bit.
* Run the tutorial through ispell once moreLinus Torvalds2005-06-02
| | | | People are making fun of me for being a bad speeler.
* tutorial.txt: start describing how to copy repositoriesLinus Torvalds2005-06-01
| | | | Both locally and remotely.
* Update tutorial for simplified "git" script.Linus Torvalds2005-06-01
| | | | | | | | | | | Use "git commit" instead of "git-commit-script", and talk about using "git log" before introducing the more complex "git-whatchanged". In short, try to make it feel a bit more normal to those poor souls using CVS. Do some whitspace edits too, to make the side notes stand out a bit more.
* tutorial.txt: fix typos and a'git-whatchanged' exampleLinus Torvalds2005-06-01
| | | | Pointed out by Junio. I kant't speel.
* Add first cut at a simple git tutorial.Linus Torvalds2005-05-31
This really is very basic stuff, no branches, no merging, no CVS imports. Let's start small.