Skip to content

Commit c8b97fb

Browse files
committed
add gifs
1 parent ff838d1 commit c8b97fb

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/tut/2-4-git-basics.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ While entering all these commands, keep an eye on the messages appearing in your
3535

3636
### 0. Ask git to tell you what has changed
3737

38-
I love `git status`. Sometimes I know exactly what I've changed, and sometimes I'll have been jumping all over the place changing multiple files. Before I upload any changes, I'll usually run the `git status` command to remind me of what files I've been working on, so I can write a sensible commit message (see below)
38+
I love `git status`. Sometimes I know exactly what I've changed, and sometimes I'll have been jumping all over the place changing multiple files. Before I upload any changes, I'll usually run the `git status` command to remind me of what files I've been working on, so I can write a sensible commit message (see below).
3939

4040
### 1. Add
4141

@@ -61,9 +61,10 @@ You've added files to your staging area, you are committed to uploading them, no
6161

6262
Everything you have added will be uploaded ("pushed") to your repository.
6363

64-
At this point (especially if it is a bit load of changes I'm uploading) I'll often skip excitedly over to my online repository and have a look at my commit and the file changes. It's almost as if I don't trust the magic!?! 😉
64+
At this point (especially if it is a big load of changes I'm uploading) I'll often skip excitedly over to my online repository and have a look at my commit and the file changes. It's almost as if I don't trust the magic!?! 😉
6565

66+
![gif-basic-git](../../img/gifs/basic-git.gif)
6667

6768

6869

69-
## The one stage of pulling a copy of your online repository
70+
![gif-basic-git-show-changes](../../img/gifs/basic-git-show-change.gif)

img/gifs/basic-git-show-change.gif

5.72 MB
Loading

img/gifs/basic-git.gif

9.15 MB
Loading

0 commit comments

Comments
 (0)