diff --git a/posts/git-cherry-pick/branch-list.png b/posts/git-cherry-pick/branch-list.png deleted file mode 100644 index 0d548a4..0000000 Binary files a/posts/git-cherry-pick/branch-list.png and /dev/null differ diff --git a/posts/git-cherry-pick/index.md b/posts/git-cherry-pick/index.md index d12d9a6..b78ea58 100644 --- a/posts/git-cherry-pick/index.md +++ b/posts/git-cherry-pick/index.md @@ -23,7 +23,7 @@ When using cherry pick it is very important to look at your git log and understa First it can be useful to look at the branches you have. I did this with the `git branch` command and as you can see the one with the asterik and in green is the branch I am currently on. -![](branch-list.png) +![](show-branches.png) I use `git lola` which is an alias: `lola = log --graph --decorate --oneline --all`. I highly recommending adding this alias to your `.gitconfig`. diff --git a/posts/git-cherry-pick/show-branches.png b/posts/git-cherry-pick/show-branches.png new file mode 100644 index 0000000..10b489d Binary files /dev/null and b/posts/git-cherry-pick/show-branches.png differ