Move images, copy with Encore

This commit is contained in:
Oliver Davies 2018-03-05 13:05:14 +00:00
parent c00f3acd09
commit e44ca92232
232 changed files with 309 additions and 61 deletions

View file

@ -55,12 +55,12 @@ $ git push origin master
This seems to have worked OK - the commits are still authored by the correct people and at the correct date and time - and I went ahead and created a new feature branch and pull request based on that master branch.
<figure>
<img src="/assets/images/blog/forked-github-repo-commits.png" alt="The commits on my master branch after rebasing">
<img src="/build/static/images/blog/forked-github-repo-commits.png" alt="The commits on my master branch after rebasing">
<figcaption>The commits on my forked master branch after rebasing and pushing. All good!</figcaption>
</figure>
<figure>
<img src="/assets/images/blog/my-commit-to-the-rebased-branch.png" alt="The new feature branch with my additional commit.">
<img src="/build/static/images/blog/my-commit-to-the-rebased-branch.png" alt="The new feature branch with my additional commit.">
<figcaption>The new feature branch with the new commit.</figcaption>
</figure>
@ -76,7 +76,7 @@ I believe that it will use an existing "upstream" remote if it exists, otherwise
Once youve completed the rebase, you can then push your updated branch either from the terminal, or using the *Push* command from the same menu.
![Rebasing a forked repository in PhpStorm using the VCS menu.](/assets/images/blog/github-fork-rebase-phpstorm.png)
![Rebasing a forked repository in PhpStorm using the VCS menu.](/build/static/images/blog/github-fork-rebase-phpstorm.png)
It would be great to see something similar added to [hub](https://hub.github.com) too (Ive created [an issue](https://github.com/github/hub/issues/1047))!