Skip to content

Commit

Permalink
Update image
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarow committed Sep 27, 2023
1 parent 717b8db commit 6d8de9a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed posts/git-cherry-pick/branch-list.png
Binary file not shown.
2 changes: 1 addition & 1 deletion posts/git-cherry-pick/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
Binary file added posts/git-cherry-pick/show-branches.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d8de9a

Please sign in to comment.