Skip to content

Commit

Permalink
Prepend images with 0 number
Browse files Browse the repository at this point in the history
  • Loading branch information
enheit committed Jul 12, 2022
1 parent 0ff4a67 commit f97fe71
Show file tree
Hide file tree
Showing 18 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion chapter-01.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chapter 1: Acquaintance with Jessie and Boopi

![Image of Jessie and Boopi](./images/chapter-1.jpeg)
![Image of Jessie and Boopi](./images/chapter-01.jpeg)

In the everyday world, pets are an integral part of our lives. They help us cope with difficulties and support us in difficult situations as much as they can. When we are sad, they are sad with us, when we are happy, they are happy too. This unspoken love can never disappear between us.

Expand Down
2 changes: 1 addition & 1 deletion chapter-02.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chapter 2: The way Boopi reads instructions

![Boopi explains to Jessie how he reads instructions](./images/chapter-2.jpeg)
![Boopi explains to Jessie how he reads instructions](./images/chapter-02.jpeg)

I’m glad you agreed to help us to create another tennis ball for Jessie. As we mentioned earlier, Boopi can only craft things if we give him instructions. So, what are the instructions and how to provide them to Boopi? Good questions.

Expand Down
2 changes: 1 addition & 1 deletion chapter-03.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chapter 3: Git installation

![The process of installing Git on a computer](./images/chapter-3.jpeg)
![The process of installing Git on a computer](./images/chapter-03.jpeg)

As we discussed in the previous chapter, in order to get started with Git, we need to install it on our computer.

Expand Down
2 changes: 1 addition & 1 deletion chapter-04.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chapter 4: Verify Git installation

![Search for Git with a magnifying glass](./images/chapter-4.jpeg)
![Search for Git with a magnifying glass](./images/chapter-04.jpeg)

Woof-woof!

Expand Down
2 changes: 1 addition & 1 deletion chapter-05.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chapter 5: Create a folder for Boopi’s instructions

![Files with arrows pointing inside a folder](./images/chapter-5.jpeg)
![Files with arrows pointing inside a folder](./images/chapter-05.jpeg)

Yes, it took some time to get Git ready for use on our computer. But it can not but rejoice that this process needs to be done only once.

Expand Down
2 changes: 1 addition & 1 deletion chapter-06.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chapter 6: The first instruction for Boopi

![Boopi is reading instruction](./images/chapter-6.jpeg)
![Boopi is reading instruction](./images/chapter-06.jpeg)

So, it looks like we are inside the newly created folder. Could you explain to us, Jessie, what do we need to do next?

Expand Down
2 changes: 1 addition & 1 deletion chapter-07.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chapter 7: Initializing the Git inside the folder

![Git logo with arrows pointing inside a folder](./images/chapter-7.jpeg)
![Git logo with arrows pointing inside a folder](./images/chapter-07.jpeg)

In the previous chapter, we created a `tennis-ball.txt` file, but unfortunately, it wasn’t enough to let Boopi start to craft it. As I said, we need to initialize the Git inside our folder. To initialize Git inside our folder and make aware of our project, we must open the console in the same place where our `tennis-ball.txt` file is located and run the next command.

Expand Down
2 changes: 1 addition & 1 deletion chapter-08.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chapter 8: Check the state of the folder

![Jessie looks at the folder through the x-ray and see the Git logo inside](./images/chapter-8.jpeg)
![Jessie looks at the folder through the x-ray and see the Git logo inside](./images/chapter-08.jpeg)

In the previous chapter we initialized Git inside our project folder, but I would lie if I said that passing instructions to Boopi would be simple as running a single command. So, it should be easy anyway but requires a few steps to be done before it.

Expand Down
2 changes: 1 addition & 1 deletion chapter-09.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chapter 9: Prepare changes to be committed

![Boopi washes files while Jesse sleeps behind](./images/chapter-9.jpeg)
![Boopi washes files while Jesse sleeps behind](./images/chapter-09.jpeg)

To ask Git to track our file, we can run the next command.

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit f97fe71

Please sign in to comment.