add gitcraft image authored by Malin Freeborn's avatar Malin Freeborn
...@@ -4,7 +4,9 @@ If you modify a weapon and someone else adds a spell, nobody wants to deal with ...@@ -4,7 +4,9 @@ If you modify a weapon and someone else adds a spell, nobody wants to deal with
If you have an idea, but you want to show it to someone before committing to it, git lets you make a copy of the project, then give someone your copy and your new ideas. They can then make changes before putting it into the book. If you have an idea, but you want to show it to someone before committing to it, git lets you make a copy of the project, then give someone your copy and your new ideas. They can then make changes before putting it into the book.
Git gives you a lot of toys, but beginners will only need a few: ![Gitcraft](gitcraft.svg)
`git` gives you a lot of toys, but beginners will only need a few:
Make a new branch to play with, and name it something (in this example, your username). Make a new branch to play with, and name it something (in this example, your username).
... ...
......