Use local images instead or remote ones (#4)

This commit is contained in:
Marcello 2021-07-01 20:37:27 +02:00 committed by GitHub
parent 68723844c3
commit 28ec06cb95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 21 additions and 25 deletions

View file

@ -238,7 +238,7 @@ git chechout <primary_branch>
git rebase <feature_branch> # moves commits from the branch on top of master
```
![branch](https://hackernoon.com/hn-images/1*iHPPa72N11sBI_JSDEGxEA.png "how branches work")
![branch](../.images/git_branches.png "how branches work")
### Clone Branches