Skip to content

Commit

Permalink
init/README: add reference on xkcd git comic
Browse files Browse the repository at this point in the history
  • Loading branch information
miallo committed Jan 13, 2024
1 parent 92acce9 commit c5f2af9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/01_init/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ If you are still paranoid, you should never download repositories like this! Ins

Also: if your editor of choice asks you if you want to trust this project - say yes, otherwise its git integration will not work ;)

Once you are done, with it, you will hopefully be the person, people come to when they have questions about git:
![A comic of stick figures describing how beautiful git is, but they just memorize a few commands. And when they run into an issue, they don't know how to deal with it and just copy the file and delete the folder](https://imgs.xkcd.com/comics/git.png "If that doesn't fix it, git.txt contains the phone number of a friend of mine who understands git. Just wait through a few minutes of 'It's really pretty simple, just think of branches as...' and eventually you'll learn the commands that will fix everything.")

# First steps with `git`

`git` takes snapshots of your code, so that you can e.g. go back in the history of a file.

0 comments on commit c5f2af9

Please sign in to comment.